2021-05-06 14:13:55 -04:00
|
|
|
[Unit]
|
|
|
|
Description=Power Button Service
|
|
|
|
After=multi.user.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
WorkingDirectory=$workingDirectory
|
|
|
|
ExecStart=$execStart
|
|
|
|
Restart=on-failure
|
2021-05-12 17:33:22 -04:00
|
|
|
SyslogIdentifier=power-button
|
2021-05-06 14:13:55 -04:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|