RhinoReminds/rhinoreminds.service

17 lines
389 B
SYSTEMD

[Unit]
Description=RhinoReminds XMPP Bot
After=network.target prosody.service
[Service]
Type=simple
# Another Type option: forking
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
[Install]
WantedBy=multi-user.target