diff options
author | uvok cheetah | 2025-02-09 17:57:14 +0100 |
---|---|---|
committer | uvok cheetah | 2025-02-09 17:57:14 +0100 |
commit | a3ee42d1dde090c5baad512ff8707f7e2c068433 (patch) | |
tree | a619ef2f51c548a235b188cac19c7cf337686424 /roles/linux-ns/files/systemd/dn42_bird-lg.service | |
parent | bb989a2148686d1eb4f49b5aa2597c5162436196 (diff) |
Diffstat (limited to 'roles/linux-ns/files/systemd/dn42_bird-lg.service')
-rw-r--r-- | roles/linux-ns/files/systemd/dn42_bird-lg.service | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/roles/linux-ns/files/systemd/dn42_bird-lg.service b/roles/linux-ns/files/systemd/dn42_bird-lg.service deleted file mode 100644 index 85c5358..0000000 --- a/roles/linux-ns/files/systemd/dn42_bird-lg.service +++ /dev/null @@ -1,24 +0,0 @@ -[Unit] -Description=Run Bird Looking Glass - DN42 edition -Requires=network-online.target -After=network-online.target -After=dn42_namespace.service -Requires=dn42_namespace.service - -[Service] -ExecStart=/bin/bash /home/lgproxy/lgstart.sh -BindReadOnlyPaths=/etc/netns/dn42/resolv.conf:/etc/resolv.conf -User=lgproxy -WorkingDirectory=/home/lgproxy/ -Environment="LG_PORT=6142" -Environment="LG_CONFIG_FILE=/home/lgproxy/lg/lg-dn42.cfg" -NetworkNamespacePath=/run/netns/dn42 -Type=exec -PrivateTmp=true -PrivateDevices=true -PrivateIPC=true - -[Install] -WantedBy=default.target - -#Type=simple |