1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-03 13:46:10 +00:00

Enabled systemd jackett service (#4404)

This commit is contained in:
Mariano Gonzalez 2019-01-09 12:40:16 -06:00 committed by kaso17
parent 8da6140753
commit af6c732306

View file

@ -61,6 +61,9 @@ EOL
# Reload systemd daemon
systemctl daemon-reload
# Enable the service for following restarts
systemctl enable ${jackettservice}
# Run the service
systemctl start ${jackettservice}