Created
June 12, 2018 01:47
-
-
Save yuna0x0/dbc9df9d9d131292db7b624918d48030 to your computer and use it in GitHub Desktop.
edisonlee55 LoliCloud systemd service
This file contains 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
sudo mv lolicloud.service /etc/systemd/system/ |
This file contains 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=edisonlee55 LoliCloud | |
[Service] | |
ExecStart=/usr/bin/node /home/edisonlee55/LoliCloud/lolisafe.js | |
WorkingDirectory=/home/edisonlee55/LoliCloud | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment