# General configuration file for all vde@.service instances # Intance specific overides go in /etc/systemd/system/vde@.service.d/.conf [Unit] # If you want to have this unit activated before or after a certain unit, configure it here. # Before=dnsmasq.service # After= ... [Service] # Creates a unique socket for each instance Environment=SOCKET_DIR=/var/run/vde-%i.ctl # Arguments to the command line. Environment="ARGS=--mode 0600 --dirmode 0700" # You can define commands to execute before and after the start of vde_switch. # See `man 5 systemd.service` and `man 5 systemd.exec` for correct use and other possibilities. #ExecStartPre= #ExecStartPost=