mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 16:22:20 +00:00
17 lines
312 B
SYSTEMD
17 lines
312 B
SYSTEMD
|
[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
|