Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [Unit]
  2. Description=My command on power event
  3. Before=shutdown.target
  4. DefaultDependencies=no
  5.  
  6. [Service]
  7. ExecStart=/some/thing/to/execute
  8. Type=oneshot
  9. RemainAfterExit=yes
  10.  
  11. [Install]
  12. WantedBy=shutdown.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement