summarylogtreecommitdiffstats
path: root/geph4-binder.service
blob: c05f24d255b6f60a135f70a5de5d1a1b5b1e9948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Geph4 binder 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-binder
ExecStart=/usr/bin/geph4-binder $OPTIONS --database $DATABASE --database-ca-cert $DATABASE_CA_CERT
Restart=on-abort

[Install]
WantedBy=multi-user.target