21 lines
437 B
Desktop File
21 lines
437 B
Desktop File
[Unit]
|
|
Description=Kaotings website skeleton
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=flym
|
|
Group=flym
|
|
WorkingDirectory=/home/flym/kaotings-www
|
|
Environment=NODE_ENV=production
|
|
Environment=CMS_PUBLIC_API_URL=http://127.0.0.1:3001
|
|
ExecStart=/usr/local/bin/npm run start -- -H 127.0.0.1 -p 3000
|
|
Restart=always
|
|
RestartSec=3
|
|
NoNewPrivileges=true
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|