core-agent-linux/vm-systemd/qubes-netwatcher.service

12 lines
238 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Qubes network monitor
ConditionPathExists=/var/run/qubes-service/qubes-netwatcher
After=qubes-firewall.service
[Service]
ExecStart=/usr/sbin/qubes-netwatcher
StandardOutput=syslog
[Install]
WantedBy=multi-user.target