home · contact · privacy
Start using systemfiles/ dir instead of <EOFs in postinstall script.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 6 Oct 2015 12:52:31 +0000 (14:52 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 6 Oct 2015 12:52:31 +0000 (14:52 +0200)
systemfiles/irssi.service [new file with mode: 0644]

diff --git a/systemfiles/irssi.service b/systemfiles/irssi.service
new file mode 100644 (file)
index 0000000..3215a9c
--- /dev/null
@@ -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