DarkFeather
5e360b0da2
Added Usage function Reformated PKGBUILD to fit standards Corrections to README.md Removed static paths in favor of referential. Test case update Removed unneeded statements from crowfacts
16 lines
297 B
Desktop File
16 lines
297 B
Desktop File
[Unit]
|
|
Description=AniNIX/Raven | IRC Bot
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/usr/local/etc/TheRaven
|
|
ExecStart=/usr/bin/mono /opt/raven.mono -c raven.conf
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=always
|
|
User=raven
|
|
Group=raven
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|