Skip to content

Commit

Permalink
Fix pueued.service for real
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Jan 23, 2020
1 parent b4f9611 commit c4d5d1e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions utils/pueued.service
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# This is the service file for the pueue daemon
# To enable the daemon type `systemctl --user enable pueued@user.service`
# To start the daemon type `systemctl --user start pueued@user.service`
# To enable the daemon type `systemctl --user enable pueued.service`
# To start the daemon type `systemctl --user start pueued.service`

[Unit]
Description=Pueue Daemon - CLI process scheduler and manager for %I
Description=Pueue Daemon - CLI process scheduler and manager

[Service]
User=%i
Group=%i
Restart=no
ExecStart=/usr/bin/pueued
ExecReload=/usr/bin/pueued
Expand Down

0 comments on commit c4d5d1e

Please sign in to comment.