Update jellyseerr-install.sh

fix service
pull/3260/head
tteckster 5 months ago committed by GitHub
parent 39313455e6
commit be8dbcc094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,15 +53,17 @@ msg_ok "Installed Jellyseerr"
msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/jellyseerr.service
[Unit]
Description=jellyseerr Service
After=network.target
Description=Jellyseerr Service
Wants=network-online.target
After=network-online.target
[Service]
EnvironmentFile=/etc/jellyseerr/jellyseerr.conf
Environment=NODE_ENV=production
Type=exec
Restart=on-failure
WorkingDirectory=/opt/jellyseerr
ExecStart=/usr/bin/yarn start
ExecStart=/usr/bin/node dist/index.js
[Install]
WantedBy=multi-user.target

Loading…
Cancel
Save

Powered by BW's shoe-string budget.