mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
systemd: matterbridge.timer -> matterbridge-restart.{service,timer}
Resolves: #98
This commit is contained in:
parent
9ba056cfd3
commit
bd91ef704d
6
etc/systemd/system/matterbridge-restart.service
Normal file
6
etc/systemd/system/matterbridge-restart.service
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Matterbridge restarter
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/bin/systemctl restart matterbridge.service --quiet
|
@ -1,9 +1,9 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Restart Matterbridge daemon daily at 05 Finnish time
|
Description=Execute matterbridge restarter daily at 05 Finnish time
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* 05:00:00 Europe/Helsinki
|
OnCalendar=*-*-* 05:00:00 Europe/Helsinki
|
||||||
OnBootSec=0
|
#OnBootSec=0
|
||||||
RandomizedDelaySec=1h
|
RandomizedDelaySec=1h
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user