mirror of
https://github.com/YunoHost-Apps/headscale_ynh.git
synced 2024-09-03 19:25:53 +02:00
Service dependencies
This commit is contained in:
parent
e536991836
commit
e5b8141b91
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Control server for the WireGuard-based VPN
|
Description=Control server for the WireGuard-based VPN
|
||||||
After=network.target
|
After=network.target
|
||||||
|
Requires=nginx.service
|
||||||
|
Before=dnsmasq.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
Loading…
Add table
Reference in a new issue