system/systemd/syslog2IRC@.service
Georg 6410fd8d58
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:34:32 +02:00

14 lines
300 B
Desktop File

[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