Skip to content

Instantly share code, notes, and snippets.

@yuna0x0
Created June 12, 2018 01:47
Show Gist options
  • Save yuna0x0/dbc9df9d9d131292db7b624918d48030 to your computer and use it in GitHub Desktop.
Save yuna0x0/dbc9df9d9d131292db7b624918d48030 to your computer and use it in GitHub Desktop.
edisonlee55 LoliCloud systemd service
sudo mv lolicloud.service /etc/systemd/system/
[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