summaryrefslogtreecommitdiff
path: root/udp-broadcast-relay@.service
blob: 229748c09ef5825099bccf7bc4eccc568d3c0b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=UDP-bcast-relay
After=network.target
RequiresMountsFor=/run

[Service]
Type=simple
NotifyAccess=main
EnvironmentFile=-/etc/default/udp-broadcast-relay%I
ExecStart=/usr/sbin/udp-broadcast-relay $DAEMON_ARGS
Restart=on-failure

[Install]
WantedBy=multi-user.target