Guest User

Untitled

a guest
Dec 8th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. [nemo@Jolla ~]$ ls
  2. Desktop Downloads Pictures Public Templates android_storage
  3. Documents Music Playlists RPMS Videos
  4. [nemo@Jolla ~]$ systemctl --user status test
  5. test.service - Testservice
  6. Loaded: loaded (/home/nemo/.config/systemd/user/test.service; static)
  7. Active: inactive (dead)
  8.  
  9. [nemo@Jolla ~]$ systemctl --user start test
  10. [nemo@Jolla ~]$ ls
  11. Desktop Downloads Pictures Public Templates android_storage
  12. Documents Music Playlists RPMS Videos leckoasch
  13. [nemo@Jolla ~]$ cat .config/systemd/user/test.service
  14. [Unit]
  15. Description=Testservice
  16.  
  17. [Service]
  18. Type=simple
  19. ExecStart=/bin/touch /home/nemo/leckoasch
Advertisement
Add Comment
Please, Sign In to add comment