bundlewrap/bundles/oidentd/files/oidentd.service
Franzi a340071ad8
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
bundles/oidentd: provide our own systemd unit file
2022-04-03 08:32:07 +02:00

13 lines
235 B
Desktop File

[Unit]
Description=RFC 1413 compliant ident daemon
After=network.target
[Service]
ExecStart=/usr/sbin/oidentd -i -u oident -g oident
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target