summarylogtreecommitdiffstats
path: root/runsunloginclient.service
blob: 1d1e534008ee7187220dede12c3c44c38d267ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=check running sunloginclinet loop
Requires=network-online.target
After=network-online.target

[Service]
Type=simple
ExecStart=/opt/sunlogin/bin/oray_rundaemon -m server
KillMode=process
ExecStop=

[Install]
WantedBy=multi-user.target