From: Dobrica Pavlinusic Date: Wed, 20 Mar 2019 12:19:06 +0000 (+0100) Subject: added systemd service file X-Git-Url: http://git.rot13.org/?p=safeq;a=commitdiff_plain added systemd service file --- diff --git a/safeq-pGina-proxy.service b/safeq-pGina-proxy.service new file mode 100644 index 0000000..152d8df --- /dev/null +++ b/safeq-pGina-proxy.service @@ -0,0 +1,11 @@ +[Unit] +Description=SafeQ rewrite user + +[Service] +#Type=simple +ExecStart=/srv/safeq/safeq-pGina-proxy.pl 10.60.3.9:9100 10.60.3.10:9100 +Restart=always +RestartSec=5s + +[Install] +WantedBy=multi-user.target