Files
TheRaven/raven.service
T

15 lines
255 B
Desktop File
Raw Normal View History

2016-08-04 11:08:14 -05:00
[Unit]
Description=AniNIX::Raven IRC Bot
2016-08-04 11:08:14 -05:00
After=network.target
[Service]
ExecStart=/usr/bin/mono /opt/raven.mono -c raven.conf
2016-08-04 11:08:14 -05:00
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
User=raven
Group=raven
[Install]
WantedBy=multi-user.target