From: Christian Heller Date: Tue, 6 Oct 2015 12:53:28 +0000 (+0200) Subject: Merge branch 'master' of http://github.com/plomlompom/config X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=260ffa96ccce634dc2a06780226fdf6851da2a3f;hp=0a2d5c9ea321a1676437e3e440e034a0cc6e7324;p=config Merge branch 'master' of github.com/plomlompom/config --- diff --git a/systemfiles/irssi.service b/systemfiles/irssi.service new file mode 100644 index 0000000..3215a9c --- /dev/null +++ b/systemfiles/irssi.service @@ -0,0 +1,12 @@ +# /etc/systemd/system/irssi.service + +[Unit] +Description=irssi screen + +[Service] +Type=forking +User=plom +ExecStart=/bin/sh /home/plom/config/other/screen-irssi.sh + +[Install] +WantedBy=multi-user.target