blob: b653b511d7799e3deeea29f28e27cf8a8b0150c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Jellyseerr Service
Wants=network-online.target
After=network-online.target
[Service]
EnvironmentFile=/etc/conf.d/jellyseerr
Environment=NODE_ENV=production
User=jellyseerr
Group=jellyseerr
Type=exec
Restart=on-failure
WorkingDirectory=/usr/lib/jellyseerr
ExecStart=/usr/bin/node dist/index.js
[Install]
WantedBy=multi-user.target
|