From 6410fd8d58e250a877a0bcdab06184e45e707c65 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 21 Jul 2021 12:34:32 +0200 Subject: Initial Systemd Service Run: 1/3 Signed-off-by: Georg --- systemd/syslog2IRC@.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systemd/syslog2IRC@.service (limited to 'systemd/syslog2IRC@.service') diff --git a/systemd/syslog2IRC@.service b/systemd/syslog2IRC@.service new file mode 100644 index 0000000..90973e9 --- /dev/null +++ b/systemd/syslog2IRC@.service @@ -0,0 +1,13 @@ +[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 -- cgit v1.2.3