rename folder
All checks were successful
Bump deps (only minor versions) / update-dependencies (push) Successful in 22s

This commit is contained in:
0d0 2025-02-15 00:12:31 +01:00
parent 6f1d01e624
commit f1bb8f6d50

View 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