Skip to content

Instantly share code, notes, and snippets.

@skreutzberger
Created November 3, 2016 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skreutzberger/d33e20576093f39c83d96b8e5d1c44a6 to your computer and use it in GitHub Desktop.
Save skreutzberger/d33e20576093f39c83d96b8e5d1c44a6 to your computer and use it in GitHub Desktop.
systemd app.service moving
sudo mv /tmp/app.service /lib/systemd/system
sudo chown root:root /lib/systemd/system/app.service
sudo systemctl daemon-reload
systemctl status app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment