dotfiles/systemd/display-standby-state-logger.service

9 lines
154 B
SYSTEMD
Raw Normal View History

2023-02-22 15:33:55 +01:00
[Unit]
Description=Logs display standby state to a file
[Service]
ExecStart=%h/dotfiles/bin/log-display-standby-state
[Install]
WantedBy=default.target