summaryrefslogtreecommitdiff
path: root/src/systemd/vyos-event-handler.service
blob: 6afe4f95b240b08003603c388abf017d92555eba (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=VyOS event handler
After=network.target vyos-router.service

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/python3 /usr/libexec/vyos/system/vyos-event-handler.py --config /run/vyos-event-handler.conf

[Install]
WantedBy=multi-user.target