/lib/systemd/system/condor.service is in htcondor 8.6.8~dfsg.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [Unit]
Description=Condor Distributed High-Throughput-Computing
After=network-online.target nslcd.service ypbind.service time-sync.target
Wants=network-online.target
# Disabled until HTCondor security fixed.
# Requires=condor.socket
[Service]
EnvironmentFile=-/etc/sysconfig/condor
ExecStart=/usr/sbin/condor_master -f
KillMode=process
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=1minute
WatchdogSec=20minutes
TimeoutStopSec=90seconds
StandardOutput=syslog
NotifyAccess=main
KillSignal=SIGQUIT
LimitNOFILE=16384
[Install]
WantedBy=multi-user.target
|