pinephone-scripts/sleepwalk.service

13 lines
251 B
SYSTEMD
Raw Normal View History

2022-01-04 21:43:51 +01:00
[Unit]
Description=Deep-Sleep-Service for PinePhone with support for periodic wake-ups to get notifications
[Service]
User=root
WorkingDirectory=/
ExecStart=sleepwalk start
ExecStop=sleepwalk stop
Restart=always
[Install]
WantedBy=multi-user.target