summarylogtreecommitdiffstats
path: root/wanproxy.service
blob: 7779c065db92a9c3e3132a9939be1899868eae26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=WAN Proxy Daemon
After=network.target

[Service]
EnvironmentFile=-/etc/conf.d/wanproxy
Type=simple
ExecStart=/usr/bin/wanproxy -c ${WANPROXY_CONF} ${WANPROXY_ARGS}

[Install]
WantedBy=multi-user.target