From e33702fc7a9672ff4be14ff33197678e2558fe55 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 10 Nov 2018 21:21:41 +0000 Subject: [PATCH] Finish filling out systemd service file --- rhinoreminds.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rhinoreminds.service b/rhinoreminds.service index 196e04a..70d5502 100644 --- a/rhinoreminds.service +++ b/rhinoreminds.service @@ -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