mirror of
https://github.com/edu4rdshl/powerman.git
synced 2026-07-17 23:24:53 +00:00
12 lines
241 B
Desktop File
12 lines
241 B
Desktop File
[Unit]
|
|
Description=Check battery status and make actions based in arguments.
|
|
After=default.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/powerman 5 30 hibernate
|
|
KillMode=process
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=default.target
|