home · contact · privacy
Start using systemfiles/ dir instead of <EOFs in postinstall script.
[config] / systemfiles / irssi.service
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