Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [Unit]
  2. Description=Unlocking encrypted Devices
  3. DefaultDependencies=yes
  4. Requires=mdmonitor.service
  5. After=mdmonitor.service dev-md1.device
  6. Before=mnt-daten.mount
  7. Conflicts=shutdown.target
  8.  
  9. [Service]
  10. ExecStart=/usr/local/bin/key-file-check start novg
  11. Type=oneshot
  12. TimeoutSec=0
  13. StandardInput=tty
  14. RemainAfterExit=yes
  15.  
  16. [Install]
  17. WantedBy=basic.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement