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