mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-10 07:20:39 +03: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
|