10 lines
164 B
SYSTEMD
10 lines
164 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Check every 5 minutes if a pending livekit restart can be applied
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=5min
|
||
|
|
OnUnitActiveSec=5min
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|