summarylogtreecommitdiffstats
path: root/schannel.service
blob: f2bc95457392a218034e2c01047649443c872c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Remote tcp command service
Requires=network.target
After=network.target 

[Service]
Type=forking
PIDFile=%t/schannel.pid
RemainAfterExit=no
ExecStart=/usr/share/remoteit/schannel -f /usr/share/remoteit/schannel.conf -d %t/schannel.pid
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=10s
TimeoutStartSec=0
StartLimitInterval=60s
StartLimitBurst=86400

[Install]
WantedBy=multi-user.target