contact-form/ghost-contact.service
2020-02-01 18:40:02 +01:00

14 lines
No EOL
270 B
Desktop File

[Unit]
Description=ghost-contact-svc microservice
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=joe
ExecStart=/usr/bin/env node /home/joe/ghost-contact-form/ghost-contact-svc.js
[Install]
WantedBy=multi-user.target