You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/contrib/archlinux/lokinet-resume.service

11 lines
173 B
INI

[Unit]
Description=Restart lokinet on resume from sleep
After=sleep.target
[Service]
Type=oneshot
ExecStart=/bin/systemctl restart lokinet
[Install]
WantedBy=sleep.target