diff options
Diffstat (limited to 'pcr/gmid/gmid.service')
-rw-r--r-- | pcr/gmid/gmid.service | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pcr/gmid/gmid.service b/pcr/gmid/gmid.service new file mode 100644 index 000000000..bba037bf5 --- /dev/null +++ b/pcr/gmid/gmid.service @@ -0,0 +1,27 @@ +[Unit] +Description=gmid Gemini daemon +Documentation=man:gg(1) man:gmid(1) +After=network-online.target syslog.target +Wants=network-online.target + +[Service] +Type=simple +User=gmid +Group=nobody +ExecStart=/usr/bin/gmid -f -c /etc/gmid.conf +ExecStop=/bin/kill -TERM $MAINPID +ExecReload=/bin/kill -HUP $MAINPID +Restart=on-failure +RestartSec=10 +StandardOutput=journal +StandardError=inherit +SyslogIdentifier=gmid +ProtectSystem=strict +ProtectHome=true +ProtectKernelTunables=true +ProtectKernelModules=true +ProtectKernelTunables=true +ProtectControlGroups=true + +[Install] +WantedBy=multi-user.target |