From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 6 Oct 2015 12:52:31 +0000 (+0200)
Subject: Start using systemfiles/ dir instead of <EOFs in postinstall script.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/condition_descriptions?a=commitdiff_plain;h=843cd4b84180a61ff11e2764e157162e9d993482;p=config

Start using systemfiles/ dir instead of <EOFs in postinstall script.
---

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