Advertisement
Guest User

Untitled

a guest
May 21st, 2016
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [Unit]
  2. Description=runs only upon shutdown
  3. DefaultDependencies=no
  4. Conflicts=reboot.target
  5. Before=shutdown.target
  6. Requires=poweroff.target
  7. After=network.target
  8.  
  9. [Service]
  10. Type=oneshot
  11. ExecStart=/bin/true
  12. ExecStop=/bin/bash /usr/local/bin/shutdown_screen
  13. RemainAfterExit=yes
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement