Guest User

Untitled

a guest
Apr 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [Unit]
  2. Description=Vim for notes on %I
  3.  
  4. [Install]
  5. WantedBy=graphical.target
  6.  
  7.  
  8. [Service]
  9. User=my_user
  10. Group=my_group
  11. ExecStart=
  12. ExecStart=/bin/bash -lc '/usr/bin/vim /media/notes/note_`LC_ALL=us_US.utf8 /bin/date "+%%b%%g"`'
  13. StandardInput=tty-force
  14. StandardOutput=inherit
  15. StandardError=inherit
Add Comment
Please, Sign In to add comment