mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-10 12:10:27 +00:00
11 lines
177 B
SYSTEMD
11 lines
177 B
SYSTEMD
|
[Unit]
|
||
|
Description=Restart yggdrasil on resume from sleep
|
||
|
After=sleep.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/systemctl restart yggdrasil
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sleep.target
|