mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-14 19:46:05 +00:00
Add systemd service files
This commit is contained in:
10
contrib/systemd/yggdrasil-resume.service
Normal file
10
contrib/systemd/yggdrasil-resume.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Restart yggdrasil on resume from sleep
|
||||
After=sleep.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/systemctl restart yggdrasil
|
||||
|
||||
[Install]
|
||||
WantedBy=sleep.target
|
Reference in New Issue
Block a user