mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
10 lines
183 B
SYSTEMD
10 lines
183 B
SYSTEMD
[Unit]
|
|
Description=Weechat in screen
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/screen -DmS weechat /usr/bin/weechat
|
|
ExecStop=/usr/bin/screen -S weechat -X quit
|
|
|
|
[Install]
|
|
WantedBy=default.target
|