File: x2gobroker-loadchecker.service

package info (click to toggle)
x2gobroker 0.0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,560 kB
  • sloc: python: 7,180; sh: 1,481; makefile: 389; perl: 267; ansic: 38
file content (13 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=X2Go Session Broker Load Checker Service
Documentation=man:x2gobroker-loadchecker(8)

[Service]
User=x2gobroker
Group=x2gobroker
Type=forking
ExecStart=/usr/sbin/x2gobroker-loadchecker --socket-file=/run/x2gobroker/x2gobroker-loadchecker.socket --daemonize -o x2gobroker -g x2gobroker -p 0660 --pidfile=/run/x2gobroker/x2gobroker-loadchecker.pid
PIDFile=/run/x2gobroker/x2gobroker-loadchecker.pid

[Install]
WantedBy=multi-user.target