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]
|
||||
Type=simple
|
||||
# Another Type option: forking
|
||||
User=nanodano
|
||||
WorkingDirectory=/home/nanodano
|
||||
ExecStart=/home/nanodano/my_daemon --option=123
|
||||
User=rhinoreminds
|
||||
WorkingDirectory=/srv/rhinoreminds
|
||||
ExecStart=/usr/bin/mono /srv/rhinoreminds/RhinoReminds.service --domain starbeamrainbowlabs.com
|
||||
Restart=on-failure
|
||||
# Other Restart options: or always, on-abort, etc
|
||||
|
||||
|
|
Loading…
Reference in a new issue