Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1822 - (hide annotations) (download)
Sat Jun 9 10:32:51 2012 UTC (11 years, 11 months ago) by niro
File size: 260 byte(s)
-added initial release of qemu-networking
1 niro 1822 [Unit]
2     Description=Qemu VDE Networking
3     After=syslog.target network.target
4    
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