Files
glorytun/systemd/glorytun@.service.in
Adrien Gallouët 0c3c2ca28b Simplify systemd files
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2018-01-24 11:03:56 +00:00

15 lines
326 B
SYSTEMD

[Unit]
Description=Glorytun on %I
After=network.target
[Service]
Type=simple
Restart=always
EnvironmentFile=/etc/glorytun/%i/env
ExecStart=@bindir@/glorytun-run keyfile /etc/glorytun/%i/key $OPTIONS
ExecStartPost=-/etc/glorytun/%i/post.sh
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
[Install]
WantedBy=multi-user.target