From 843cd4b84180a61ff11e2764e157162e9d993482 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 6 Oct 2015 14:52:31 +0200
Subject: [PATCH] Start using systemfiles/ dir instead of <EOFs in postinstall
 script.

---
 systemfiles/irssi.service | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 systemfiles/irssi.service

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
-- 
2.30.2