You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
291 B

[Unit]
Description=Web file share service
After=network.target
[Service]
Type=simple
User=arch
Group=arch
WorkingDirectory=/srv/apps/drop
ExecStart=/srv/apps/drop/venv/bin/python /srv/apps/drop/autoindex.py
KillSignal=SIGINT
Environment=ENV=PRODUCTION
[Install]
WantedBy=multi-user.target