mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-25 01:22:19 +00:00
Made the service
This commit is contained in:
parent
c2f0c49188
commit
b85de93f51
16
pastel-codes.service
Normal file
16
pastel-codes.service
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=pastel.codes web service
|
||||||
|
Documentation=https://pastel.codes.com
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Environment=NODE_ENV=production
|
||||||
|
StandardOutput=syslog
|
||||||
|
SyslogIdentifier=pastel-codes
|
||||||
|
User=web
|
||||||
|
Group=web
|
||||||
|
ExecStart=/home/web/pastel.codes/bin/www
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user