rename folder
All checks were successful
Bump deps (only minor versions) / update-dependencies (push) Successful in 22s
All checks were successful
Bump deps (only minor versions) / update-dependencies (push) Successful in 22s
This commit is contained in:
parent
6f1d01e624
commit
f1bb8f6d50
1 changed files with 0 additions and 0 deletions
18
configurations/downloader.service
Normal file
18
configurations/downloader.service
Normal file
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=Downloader
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=user
|
||||
Group=user
|
||||
WorkingDirectory=<PROJECT_ROOT>
|
||||
ExecStart=/usr/bin/node <PROJECT_ROOT>
|
||||
Environment=ORIGIN=http://example.com
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=downloader
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue