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

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

[Install]
WantedBy=multi-user.target