9 lines
154 B
SYSTEMD
9 lines
154 B
SYSTEMD
|
[Unit]
|
||
|
Description=Logs display standby state to a file
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=%h/dotfiles/bin/log-display-standby-state
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|