Guest User

Untitled

a guest
Mar 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [Unit]
  2. Description=Company VPN access
  3.  
  4. [Service]
  5. ExecStart=/usr/bin/ikec -r some config -a -u username -p "password should be substituted here"
  6. Type=OneShot
  7.  
  8. [Install]
  9. WantedBy=default.target
  10.  
  11. systemd-ask-password --id someid --keyname somekey --accept-cached
Add Comment
Please, Sign In to add comment