home · contact · privacy
On server, replace screen/irssi with tmux/weechat/bitlbee.
[config] / systemfiles / weechat.service
diff --git a/systemfiles/weechat.service b/systemfiles/weechat.service
new file mode 100644 (file)
index 0000000..fbf4b78
--- /dev/null
@@ -0,0 +1,12 @@
+# /etc/systemd/system/weechat.service
+
+[Unit]
+Description=tmux weechat
+
+[Service]
+Type=forking
+User=plom
+ExecStart=/usr/bin/tmux new-session -d '~/config/bin/weechat-wrapper.sh'
+
+[Install]
+WantedBy=multi-user.target