[Unit] Description=Condor Distributed High-Throughput-Computing After=syslog.target network.target Wants=network.target [Service] EnvironmentFile=-/etc/sysconfig/condor ExecStart=/usr/sbin/condor_master -f ExecStop=/usr/sbin/condor_off -master ExecReload=/bin/kill -HUP $MAINPID Restart=always RestartSec=5 StandardOutput=syslog LimitNOFILE=16384 ####################################### # Note: Below are cgroup options ####################################### #Slice=condor #CPUAccounting=true #CPUShares=1024 #MemoryAccounting=true #TBD: MemoryLimit=bytes, MemorySoftLimit=bytes #BlockIOAccounting=true #BlockIOWeight=?? #BlockIODeviceWeight=?? #TBD: BlockIOReadBandwidth=bytes, BlockIOWriteBandwidth=bytes #DeviceAllow= #DevicePolicy=auto|closed|strict [Install] WantedBy=multi-user.target