Created
November 3, 2016 17:01
-
-
Save skreutzberger/d33e20576093f39c83d96b8e5d1c44a6 to your computer and use it in GitHub Desktop.
systemd app.service moving
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
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