p5.js-web-editor/p5.js-web-editor.service

16 lines
295 B
SYSTEMD
Raw Normal View History

2020-09-22 08:26:54 +02:00
[Unit]
Description=p5.js web editor
After=network.target
[Service]
Type=simple
User=YOUR_USER
EnvironmentFile=/home/YOUR_USER/p5.js-web-editor/.env
WorkingDirectory=/home/YOUR_USER/p5.js-web-editor
ExecStart=/usr/bin/npm run start:prod
Restart=on-failure
[Install]
WantedBy=multi-user.target