Guest User

Untitled

a guest
Jun 24th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [Unit]
  2.  
  3. Description=Execute standard command
  4.  
  5. RequiresMountsFor=/ #dunno if needed, just in case
  6.  
  7.  
  8. [Service]
  9.  
  10. ExecStop=/usr/bin/touch /home/user/TEST
  11.  
  12. Type=oneshot
  13.  
  14. RemainAfterExit=yes
  15.  
  16.  
  17. [Install]
  18.  
  19. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment