-
Rolf Niepraschk authoredRolf Niepraschk authored
webapps-deliverer.service 329 B
[Unit]
Description=Delivering file contents of the vaclab web applications.
After=network.target
[Service]
User=nobody
Type=simple
StandardOutput=null
StandardError=null
Restart=no
WorkingDirectory=/usr/local/share/webapps-deliverer
ExecStart=/bin/bash -l -c 'source bin/activate;./server'
[Install]
WantedBy=multi-user.target