Skip to content
Snippets Groups Projects
Commit 962460a5 authored by Vijver, van de, Bob (UT-GUEST)'s avatar Vijver, van de, Bob (UT-GUEST)
Browse files

Added custom systemd irkerd configuration

parent e82bd78f
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=iDB irker server
After=network.target
[Service]
User=www-data
ExecStart=/usr/bin/python /var/www/irker/irkerd -H 0.0.0.0 -n iDBirker
ExecStartPost=/bin/sleep 10
ExecStartPost=/var/www/irker/irk irc://irc.snt.utwente.nl:6667/idb?key=xxx I\'m back!
ExecStop=/var/www/irker/irk irc://irc.snt.utwente.nl:6667/idb?key=xxx I\'ll be back!
ExecStop=/bin/sleep 2
Restart=always
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment