Guest User

Untitled

a guest
Jan 17th, 2019
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. --> A.service
  2. [Unit]
  3. Wants=B.service
  4. After=B.service
  5. [Service]
  6. ExecStart=/bin/example
  7. ExecStop=/bin/systemctl reload B.service
  8.  
  9. --> B.service
  10. [Unit]
  11. [Service]
  12. ExecStart=/bin/example
Add Comment
Please, Sign In to add comment