X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=systemfiles%2Fplomlombot.service;h=8c992d83183eed4ece23ac05458297442686b8e2;hb=1e8e425dc22b77823519753a4df977964ae472ec;hp=c9028bd49bf31087a8bb3c6438156fab1e4b1549;hpb=1c2241ac775479aa624de08fded54dc2c9b44f87;p=config diff --git a/systemfiles/plomlombot.service b/systemfiles/plomlombot.service index c9028bd..8c992d8 100644 --- a/systemfiles/plomlombot.service +++ b/systemfiles/plomlombot.service @@ -1,4 +1,4 @@ -# /etc/systemd/system/weechat.service +# /etc/systemd/system/plomlombot.service [Unit] Description=plomlombot screen @@ -6,7 +6,7 @@ Description=plomlombot screen [Service] Type=forking User=plom -ExecStart=/bin/sh -c 'screen -d -m ~/plomlombot-irc/run.sh "#zrolaps"' +ExecStart=/bin/sh -c 'LC_ALL=en_US.UTF8 screen -d -m ~/config/bin/plomlombot.sh && screen -d -m ~/config/bin/broiler_in.sh && screen -d -m ~/config/bin/hubbabubba.sh && screen -d -m ~/config/bin/zinskritik.sh' [Install] WantedBy=multi-user.target