Page MenuHomePhabricator
Paste P5773

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Jul 20 2017, 7:26 PM.
Tags
None
Referenced Files
F8803464:
Jul 20 2017, 7:26 PM
Subscribers
None
[Unit]
Description=ircecho
After=network.target
[Service]
User=nagios
Group=www-data
Type=simple
EnvironmentFile=-/etc/default/ircecho
ExecStart=/usr/bin/python /usr/local/bin/ircecho --infile=${INFILE} $CHANS $NICK $SERVER
Restart=always
RestartSec=10s
[Install]
WantedBy=multi-user.target