You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
299 B
INI
17 lines
299 B
INI
[Unit]
|
|
Description=Ethical Viewcounter Service
|
|
|
|
[Service]
|
|
WorkingDirectory=/var/viewcounter
|
|
ExecStart=/opt/node-v16.15.0-linux-x64/bin/node /var/viewcounter/.
|
|
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=viewcounter
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|