archrelease: copy trunk to community-any
[ArchLinux/community.git] / wireproxy / repos / community-x86_64 / wireproxy.service
blobfbfbe1caa5bc0ee6096b786aa209204f8c8ae7a7
1 [Unit]
2 Description=wireproxy Service
3 Documentation=https://github.com/octeep/wireproxy
4 After=network.target nss-lookup.target
6 [Service]
7 User=wireproxy
8 Group=wireproxy
9 ProtectSystem=strict
10 RemoveIPC=true
11 PrivateTmp=true
12 ProtectHome=true
13 ProtectProc=true
14 PrivateUsers=true
15 NoNewPrivileges=true
16 AmbientCapabilities=CAP_NET_BIND_SERVICE
17 CapabilityBoundingSet=CAP_NET_BIND_SERVICE
18 ExecStartPre=/usr/bin/wireproxy --configtest --config /etc/wireproxy/proxy.conf
19 ExecStart=/usr/bin/wireproxy --config /etc/wireproxy/proxy.conf
20 Restart=on-failure
22 [Install]
23 WantedBy=multi-user.target