14 lines
302 B
SYSTEMD
14 lines
302 B
SYSTEMD
[Unit]
|
|
Description=Daily restart timer for Ploughshares Docker Compose Stack
|
|
|
|
[Timer]
|
|
# Default daily at 03:15 local time. Change with: systemctl edit ploughshares-daily-restart.timer
|
|
OnCalendar=*-*-* 03:15:00
|
|
Persistent=true
|
|
Unit=ploughshares-daily-restart.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|
|
|