summaryrefslogtreecommitdiff
path: root/community/igmpproxy/igmpproxy.service
blob: 734d600ab35a61076adc3a344f664205e89f0eb5 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=IGMP proxy
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/igmpproxy /etc/igmpproxy.conf

[Install]
WantedBy=multi-user.target