mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
11 lines
152 B
SYSTEMD
11 lines
152 B
SYSTEMD
[Unit]
|
|
Description=Run matterbridge cleanup every minute
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:*:00
|
|
OnBootSec=0
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|