You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
358 B
INI
14 lines
358 B
INI
8 months ago
|
# This is the service file for the pueue daemon
|
||
|
# 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
|
||
|
|
||
|
[Service]
|
||
|
Restart=no
|
||
|
ExecStart=/home/jri/.nix-profile/bin/pueued -vv
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|