summaryrefslogtreecommitdiffstats
path: root/roles/gateway/templates/gateway-init.service.j2
blob: 8b4635d854e92eedb61afa24acd71c87303e9f0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Gateway Init Service
Documentation=man:systemd.service(5)
After=network.target

[Service]
Type=oneshot
ExecStart=/usr/local/bin/gateway-apply-rules vpn
ExecStart=/usr/local/bin/gateway-apply-rules direct
User=root
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=multi-user.target