X-Git-Url: https://plomlompom.com/repos/day_todos?a=blobdiff_plain;f=systemfiles%2Fplomlombot.service;h=8c464a27a31bfdad6b9040dedc04e0c739840bd3;hb=b046c72036463483b349ac7a88c31d6957407274;hp=cc666c97a94e8f7c25958bc68b99031293461ce4;hpb=0832ddd36fa7fc82bad8cae49e3ab474dbfd277c;p=config diff --git a/systemfiles/plomlombot.service b/systemfiles/plomlombot.service index cc666c9..8c464a2 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 ~/config/bin/plomlombot.sh' +ExecStart=/bin/sh -c 'LC_ALL=en_US.UTF8 screen -d -m ~/config/bin/plomlombot.sh && screen -d -m ~/config/bin/broiler_in.sh' [Install] WantedBy=multi-user.target