Guest User

Untitled

a guest
Apr 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Ubuntu 16.04
  2. Systemctl isn't available by default, init.d is used instead.
  3. All commands of format
  4. systemctl [action] [program]
  5. should be replaced by
  6. /etc/init.d/[program] [action]
  7. eg
  8. systemctl start jenkins --> /etc/init.d/jenkins start
Add Comment
Please, Sign In to add comment