From b3cac70a7fd19c1f3e9aae6ac4fea528d7a85865 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/pounce@.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 systemd/pounce@.service (limited to 'systemd/pounce@.service') diff --git a/systemd/pounce@.service b/systemd/pounce@.service new file mode 100644 index 0000000..79c7881 --- /dev/null +++ b/systemd/pounce@.service @@ -0,0 +1,14 @@ +[Unit] +Description=pounce for %i +Wants=network.target + +[Service] +User=pounce +Group=pounce +ExecStart=/usr/local/bin/pounce /var/lib/pounce/.config/pounce/%i +Restart=always +RestartSec=15 +SyslogIdentifier=pounce-%i + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3