Skip to content
Snippets Groups Projects
Commit 89402b67 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

systemd service

parent edf0c8e4
Branches
No related tags found
No related merge requests found
[Unit]
Description=Delivering file contents of the vaclab web applications.
After=network.target
[Service]
User=wwwrun
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment