www_site/infra/systemd/kaotings-web.service

20 lines
384 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
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