12 lines
145 B
SYSTEMD
12 lines
145 B
SYSTEMD
[Unit]
|
|
Description=Run gammastep refresh every hour
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnCalendar=hourly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|