Create sleepwalk.service

This commit is contained in:
milky-sway 2022-01-04 21:43:51 +01:00 committed by GitHub
parent 1040cf1045
commit b24bfb10c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
sleepwalk.service Normal file
View File

@ -0,0 +1,12 @@
[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