home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0832ddd
)
Fix encoding issues in plomlombot startup script.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 30 Mar 2016 23:48:59 +0000
(
01:48
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 30 Mar 2016 23:48:59 +0000
(
01:48
+0200)
systemfiles/plomlombot.service
patch
|
blob
|
history
diff --git
a/systemfiles/plomlombot.service
b/systemfiles/plomlombot.service
index cc666c97a94e8f7c25958bc68b99031293461ce4..5f4b0ebf0b4f57453100dba584658faa38f403fd 100644
(file)
--- a/
systemfiles/plomlombot.service
+++ b/
systemfiles/plomlombot.service
@@
-1,4
+1,4
@@
-# /etc/systemd/system/
weecha
t.service
+# /etc/systemd/system/
plomlombo
t.service
[Unit]
Description=plomlombot screen
[Unit]
Description=plomlombot screen
@@
-6,7
+6,7
@@
Description=plomlombot screen
[Service]
Type=forking
User=plom
[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'
[Install]
WantedBy=multi-user.target
[Install]
WantedBy=multi-user.target