changed names

This commit is contained in:
vadym 2021-09-09 10:30:55 +03:00
parent f4a4274967
commit 052fdd3edf
37 changed files with 240 additions and 240 deletions

View file

@ -1,18 +1,18 @@
[Unit]
Description=yggdrasil
Description=mesh
Wants=network.target
Wants=yggdrasil-default-config.service
Wants=mesh-default-config.service
After=network.target
After=yggdrasil-default-config.service
After=mesh-default-config.service
[Service]
Group=yggdrasil
Group=mesh
ProtectHome=true
ProtectSystem=true
SyslogIdentifier=yggdrasil
SyslogIdentifier=mesh
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE
ExecStartPre=+-/sbin/modprobe tun
ExecStart=/usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf
ExecStart=/usr/bin/mesh -useconffile /etc/mesh.conf
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
TimeoutStopSec=5