summaryrefslogtreecommitdiffstats
path: root/debian/chrony-dnssrv@.service
blob: 86d374f90aa4b826910b79d3e171325f0d85b848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=DNS SRV lookup of %I for chrony
After=chrony.service network-online.target
Wants=network-online.target

[Service]
Type=oneshot
ExecStart=/usr/libexec/chrony/chrony-helper update-dnssrv-servers %I
ProtectSystem=strict
PrivateDevices=yes
ProtectHome=yes
ReadWritePaths=/run
PrivateTmp=yes
PrivateDevices=yes
ProtectKernelTunables=yes
ProtectKernelModules=yes
ProtectControlGroups=yes