power-button/power-button.service

14 lines
230 B
SYSTEMD
Raw Permalink Normal View History

[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
[Install]
WantedBy=multi-user.target