home · contact · privacy
fbf4b78c56df59b13c1cfca9c2f15c452b430e82
[config] / systemfiles / weechat.service
1 # /etc/systemd/system/weechat.service
2
3 [Unit]
4 Description=tmux weechat
5
6 [Service]
7 Type=forking
8 User=plom
9 ExecStart=/usr/bin/tmux new-session -d '~/config/bin/weechat-wrapper.sh'
10
11 [Install]
12 WantedBy=multi-user.target