Advertisement
Guest User

Untitled

a guest
Mar 17th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [Unit]
  2. Description=Prepare operator after installation
  3. Before=getty@tty1.service getty@tty2.service getty@rrt3.service getty@tty4.service getty@tty5.service getty@tty6.service
  4. Wants=network-online.target
  5. After=network.target network-online.target
  6. OnFailure=emergency.target
  7. OnFailureJobMode=replace-irreversibly
  8.  
  9. [Service]
  10. Type=oneshot
  11. ExecStart=/usr/bin/provision-operator
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement