Finish filling out systemd service file
This commit is contained in:
parent
84c0685678
commit
e33702fc7a
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ After=network.target prosody.service
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
# Another Type option: forking
|
# Another Type option: forking
|
||||||
User=nanodano
|
User=rhinoreminds
|
||||||
WorkingDirectory=/home/nanodano
|
WorkingDirectory=/srv/rhinoreminds
|
||||||
ExecStart=/home/nanodano/my_daemon --option=123
|
ExecStart=/usr/bin/mono /srv/rhinoreminds/RhinoReminds.service --domain starbeamrainbowlabs.com
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
# Other Restart options: or always, on-abort, etc
|
# Other Restart options: or always, on-abort, etc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue