diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-15 22:49:49 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-15 22:49:49 +0200 |
commit | 67ad6c4f892aade9060ab4e218685bfe331d4991 (patch) | |
tree | 3f3e0679330a8ee34e4388d192b76f15e846875b /.config/systemd/user/urxvtd.service | |
parent | 4cb0c1bfd386a3a9bf69bc94d8d394988565dffe (diff) | |
download | dotfiles-67ad6c4f892aade9060ab4e218685bfe331d4991.tar dotfiles-67ad6c4f892aade9060ab4e218685bfe331d4991.tar.gz dotfiles-67ad6c4f892aade9060ab4e218685bfe331d4991.tar.bz2 dotfiles-67ad6c4f892aade9060ab4e218685bfe331d4991.tar.xz dotfiles-67ad6c4f892aade9060ab4e218685bfe331d4991.zip |
Added systemd units for emacs and urxvtd
Diffstat (limited to '.config/systemd/user/urxvtd.service')
-rw-r--r-- | .config/systemd/user/urxvtd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/urxvtd.service b/.config/systemd/user/urxvtd.service new file mode 100644 index 0000000..4efe794 --- /dev/null +++ b/.config/systemd/user/urxvtd.service | |||
@@ -0,0 +1,10 @@ | |||
1 | [Unit] | ||
2 | Description=urxvtd - urxvt terminal daemon | ||
3 | |||
4 | [Service] | ||
5 | Type=simple | ||
6 | ExecStart=%s -c urxvtd | ||
7 | Restart=always | ||
8 | |||
9 | [Install] | ||
10 | WantedBy=default.target | ||