summarylogtreecommitdiffstats
path: root/tlsdate.service
blob: e48cf50ccec279146e1206842737d2fa19df07d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Secure parasitic rdate replacement
After=network.target

[Service]
Type=simple
EnvironmentFile=/etc/conf.d/tlsdate
ExecStart=/usr/bin/tlsdated $TLSDATED_OPTS
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -INT $MAINPID

[Install]
WantedBy=multi-user.target