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:
parent
8da6140753
commit
af6c732306
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ EOL
|
||||||
# Reload systemd daemon
|
# Reload systemd daemon
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
|
||||||
|
# Enable the service for following restarts
|
||||||
|
systemctl enable ${jackettservice}
|
||||||
|
|
||||||
# Run the service
|
# Run the service
|
||||||
systemctl start ${jackettservice}
|
systemctl start ${jackettservice}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue