blob: 43a662b0c28ee59dbff04a5752beff8044690774 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Matter device clock synchronization
Wants=network-online.target
After=network-online.target time-sync.target
[Service]
Type=oneshot
User=mattertimectl
Group=mattertimectl
ExecStart=/opt/mattertimectl/mattertimectl --config /etc/mattertimectl/config.json sync
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=strict
ProtectHome=true
ReadWritePaths=/var/lib/mattertimectl
|