summaryrefslogtreecommitdiff
path: root/systemd/remctld.service.in
blob: 414bf107f48c92c63500e13a2647e11483a36ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# systemd configuration for remctld.  -*- conf -*-

[Unit]
Description=remote authenticated command execution with ACLs
Documentation=man:remctld(8)
Documentation=https://www.eyrie.org/~eagle/software/remctld/
Requires=remctld.socket

[Service]
Type=simple
NotifyAccess=main
Restart=always
ExecStart=@sbindir@/remctld -F -m

[Install]
Also=remctld.socket
WantedBy=multi-user.target