1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00
wireguard_ynh/conf/wireguard_ui.service
2021-03-22 20:49:14 +01:00

13 lines
280 B
Desktop File

[Unit]
Description=WireGuard UI
After=network.target wireguard.service
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/wireguard-ui --bind-address="127.0.0.1:__PORT__" --disable-login
[Install]
WantedBy=multi-user.target