aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/shione/srb2kart/srb2kart.service
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/shione/srb2kart/srb2kart.service')
-rw-r--r--deploy/shione/srb2kart/srb2kart.service7
1 files changed, 5 insertions, 2 deletions
diff --git a/deploy/shione/srb2kart/srb2kart.service b/deploy/shione/srb2kart/srb2kart.service
index d9806ba..807b820 100644
--- a/deploy/shione/srb2kart/srb2kart.service
+++ b/deploy/shione/srb2kart/srb2kart.service
@@ -5,9 +5,12 @@ StartLimitIntervalSec=0
[Service]
PermissionsStartOnly=false
+Sockets=srb2kart.socket
+StandardInput=socket
+StandardError=journal
Environment=LC_ALL=C
-ExecStart=/usr/bin/byobu new-session -ds srb2kart srb2kartd
-Type=forking
+ExecStart=/home/srb2kart/.local/bin/srb2kart -dedicated
+Type=simple
RemainAfterExit=false
Restart=always
RestartSec=1s