Magellan Linux

Annotation of /trunk/qemu-networking/qemu-networking.service.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2595 - (hide annotations) (download)
Tue Mar 4 10:15:02 2014 UTC (10 years, 2 months ago) by niro
File size: 278 byte(s)
-honor systems with firewalld enabled
1 niro 1822 [Unit]
2     Description=Qemu VDE Networking
3 niro 2595 After=syslog.target network.target firewalld.service
4 niro 1822
5     [Service]
6     Type=oneshot
7     RemainAfterExit=yes
8     ExecStart=@@systemdhelperdir@@/qemu-networking start
9     ExecStop=@@systemdhelperdir@@/qemu-networking stop
10    
11     [Install]
12     WantedBy=multi-user.target