17 lines
334 B
SYSTEMD
17 lines
334 B
SYSTEMD
|
[Unit]
|
||
|
Description=RhinoReminds XMPP Bot
|
||
|
After=network.target prosody.service
|
||
|
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
# Another Type option: forking
|
||
|
User=nanodano
|
||
|
WorkingDirectory=/home/nanodano
|
||
|
ExecStart=/home/nanodano/my_daemon --option=123
|
||
|
Restart=on-failure
|
||
|
# Other Restart options: or always, on-abort, etc
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|