summarylogtreecommitdiffstats
path: root/runsunloginclient.service
diff options
context:
space:
mode:
authoryjun2021-02-05 20:58:32 +0800
committeryjun2021-02-05 20:58:32 +0800
commit8047a363f7907b32a3ad8557532bf51f7400e384 (patch)
treecf0232a105fbce944ca6e5556c2e94a9b9264f24 /runsunloginclient.service
parent1efad9142f9ea799e84deec6167e077279240729 (diff)
downloadaur-8047a363f7907b32a3ad8557532bf51f7400e384.tar.gz
removed unnecessary depends and fixed service stops when client logouts
Diffstat (limited to 'runsunloginclient.service')
-rw-r--r--runsunloginclient.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/runsunloginclient.service b/runsunloginclient.service
index 78a54935d642..8aa8de872b28 100644
--- a/runsunloginclient.service
+++ b/runsunloginclient.service
@@ -8,6 +8,8 @@ After=network-online.target
Type=simple
ExecStart=sh -c '/opt/sunlogin/bin/oray_rundaemon -m server >/dev/null 2>&1 & /opt/sunlogin/bin/sunloginclient -m service'
ExecStop=
+Restart=always
+RestartSec=0
[Install]