14 lines
244 B
Desktop File
14 lines
244 B
Desktop File
[Unit]
|
|
Description=Wireguard namespace mountpoint
|
|
Requires=network.target
|
|
After=network.target
|
|
RefuseManualStop=true
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=main
|
|
ExecStart=/snacks/wireguard/bin/wireguard-mount
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|