4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-06 02:09:36 +00:00

fix install script

This commit is contained in:
web 2021-01-10 09:50:55 +00:00
parent e8e0baca52
commit 3862426c77

@ -11,6 +11,7 @@ echo "ExecStop=$ROOT/stop.sh" >> $service
echo "Type=forking" >> $service
echo "PIDFile=$ROOT/twistd.pid" >> $service
echo "WorkingDirectory=$ROOT" >> $service
echo "User=$USER" >> $service
echo "[Install]" >> $service
echo "WantedBy=multi-user.target" >> $service