mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-07-05 08:19:09 +01:00
12 lines
197 B
Desktop File
12 lines
197 B
Desktop File
[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
|