summarylogtreecommitdiffstats
path: root/krenew.service
blob: 1acfd3c8a8b20a090f635ede731e91d106d98000 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Kerberos Ticket Renewal Daemon

[Service]
Type=forking
ExecStart=/usr/bin/krenew -v -L -b -K 30 -i
ExecReload=/bin/kill -s ALRM $MAINPID
StandardOutput=null

[Install]
WantedBy=default.target