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