blob: cc48ffbb59e4e6b4c73b5e07728e46ee4ebd6d1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# bird-lgproxy service for DN42
[Unit]
Description=Run Bird Looking Glass Proxy
Requires=network-online.target bird.service
After=network-online.target dn42_bird.service
After=dn42_namespace.service
Requires=dn42_namespace.service
[Service]
ExecStart=/bin/bash /home/lgproxy/start.sh
User=lgproxy
WorkingDirectory=/home/lgproxy/
Environment="LGPROXY_PORT=6042"
Environment="LGPROXY_CONFIG_FILE=/home/lgproxy/lgp/lgproxy-dn42.cfg"
NetworkNamespacePath=/run/netns/dn42
[Install]
WantedBy=default.target
#Type=simple
|