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