system/systemd/syslog2IRC@.service

14 lines
300 B
SYSTEMD

[Unit]
Description = syslog2IRC for %i
After = oragono.service
[Service]
User = syslog2IRC
ExecStart = /opt/syslog2IRC/syslog2IRC-venv-3.7.2/bin/syslog2irc /opt/syslog2IRC/%i.toml
StandardOutput = null
StandardError = journal
SyslogIdentifier = syslog2IRC-%i
[Install]
WantedBy = multi-user.target