mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-07-05 16:26:07 +01:00
12 lines
197 B
SYSTEMD
12 lines
197 B
SYSTEMD
|
[Unit]
|
||
|
Description=Initial screen refresh timer setup
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/setup-refresh-timer
|
||
|
RemainAfterExit=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|