summarylogtreecommitdiffstats
path: root/geph4-bridge.service
blob: 026de5f321a9f0e35f8db3e28736c1b94e7c062a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Geph4 bridge Service
After=network.target nss-lookup.target

[Service]
DynamicUser=true
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_NET_BIND_SERVICE
NoNewPrivileges=true
EnvironmentFile=/etc/default/geph4-bridge
ExecStart=/usr/bin/geph4-bridge $OPTIONS --bridge-secret $BRIDGE_SECRET
Restart=on-abort

[Install]
WantedBy=multi-user.target