ansible/roles/regcfp/files/regcfp.service
Patrick Uiterwijk 735e5b1687 Make regcfp its own role
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-01-22 10:50:25 +00:00

12 lines
227 B
Desktop File

[Service]
ExecStart=/bin/node /srv/regcfp/bin/www
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=regcfp
User=regcfp
Group=regcfp
Environment=NODE_ENV=production
[Install]
WantedBy=multi-user.target