Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [nemo@Jolla ~]$ ls
- Desktop Downloads Pictures Public Templates android_storage
- Documents Music Playlists RPMS Videos
- [nemo@Jolla ~]$ systemctl --user status test
- test.service - Testservice
- Loaded: loaded (/home/nemo/.config/systemd/user/test.service; static)
- Active: inactive (dead)
- [nemo@Jolla ~]$ systemctl --user start test
- [nemo@Jolla ~]$ ls
- Desktop Downloads Pictures Public Templates android_storage
- Documents Music Playlists RPMS Videos leckoasch
- [nemo@Jolla ~]$ cat .config/systemd/user/test.service
- [Unit]
- Description=Testservice
- [Service]
- Type=simple
- ExecStart=/bin/touch /home/nemo/leckoasch
Advertisement
Add Comment
Please, Sign In to add comment