File: x2gobroker-authservice.service

package info (click to toggle)
x2gobroker 0.0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,520 kB
  • sloc: python: 7,176; sh: 1,409; makefile: 389; perl: 267; ansic: 38
file content (12 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=X2Go Session Broker Authentication Service

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

[Install]
WantedBy=multi-user.target