[Service] # Creates a unique socket for each instance Environment=%i_SOCKET_DIR=/var/run/vde-%i.ctl # These settings apply for the qemu instance. This instance should work for most Qemu users. # Overide the "dynamic" socket from above to point to the default one for the qemu instance Environment="qemu_SOCKET_DIR=/var/run/vde.ctl" # Misc arguments to the command line. Don't specified a tap interface here, thats gets apointed dynamicly! Environment="qemu_ARGS=--mode 0660 --dirmode 0750 --group qemu" # You may also declare environment variables on a single line Environment="foo_args=--mode 0600 --dirmode 0700"