Created
November 23, 2016 12:44
-
-
Save johnymachine/7ba90d11f77a5e70997f7acbc679903d to your computer and use it in GitHub Desktop.
systemd file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Node-RED | |
After=syslog.target network.target | |
[Service] | |
ExecStart=/usr/bin/node /home/node-red/node_modules/node-red/red | |
Restart=on-failure | |
KillSignal=SIGINT | |
User=node-red | |
Group=node-red | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment