Artifact d6ec7e406380c2e93ead9e16b09c54036d75032b:
- File vws.service — part of check-in [83e14cb536] at 2017-01-13 15:09:46 on branch trunk — Fix working without /home/vitus env var. Fixes [370911207add19] . Add full path to vws script into service file. Autostart from systemd now works (user: vitus, size: 283) [annotate] [blame] [check-ins using]
[Unit] Description=Virtual Workstation Autostart Documentation=man:vws(1) After=network.target dnsmasq.service [Service] Type=forking ExecStart=/usr/local/bin/vws autostart ExecStop=/usr/local/bin/vws shutdown --wait Restart=no [Install] WantedBy=muiti-user.target Alias=vws.service