From 91c4131b78ae357b2950c33053f7c5b111ec0666 Mon Sep 17 00:00:00 2001 From: "Olaf M. Kolkman" Date: Tue, 3 Jan 2023 16:42:04 +0100 Subject: [PATCH] minor maintenance --- rpns.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 rpns.service diff --git a/rpns.service b/rpns.service new file mode 100644 index 0000000..8c7e528 --- /dev/null +++ b/rpns.service @@ -0,0 +1,17 @@ +[Unit] +Description=Service that keeps running the Reverse Polisch DNS Caluclator +After=network.target + +[Install] +WantedBy=multi-user.target + + +[Service] +Type=forking +ExecStart=/home/olaf/RPNS/ns.pl +WorkingDirectory=/home/olaf/RPNS/ +Restart=always +RestartSec=5 +StandardOutput=syslog +StandardError=syslog +SyslogIdentifier=%n \ No newline at end of file