From 3d1dead13b5f3d7674b98a3f8684686d8fbc681e Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 21 Jul 2021 12:47:30 +0200 Subject: Initial Systemd Service Run: 2/3 Signed-off-by: Georg --- systemd/litterbox@.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 systemd/litterbox@.service (limited to 'systemd/litterbox@.service') diff --git a/systemd/litterbox@.service b/systemd/litterbox@.service new file mode 100644 index 0000000..85f0e92 --- /dev/null +++ b/systemd/litterbox@.service @@ -0,0 +1,16 @@ +[Unit] +Description=litterbox for %i +After=pounce@%i.service +Requires=pounce@%i.service +Wants=network.target + +[Service] +User=pounce +Group=pounce +ExecStart=/usr/local/bin/litterbox /var/lib/pounce/.config/litterbox/%i +Restart=always +RestartSec=15 +SyslogIdentifier=litterbox-%i + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3