hydra-module: Run hydra-init during hydra-init.service
[?]
Mar 22, 2013, 5:22 PM
T4DBPQOFUCCD2GLSIT56KSMA2LU3YXDSCT6M5RAJSPQU4TWZJGPACDependencies
- [2]
KMPLMG7Thydra-module.nix: Cleanup - [3]
3PNG7NIBRemove trailing whitespace - [4]
D3MDJONY - [5]
ZYEFL36QPorted/merged properties from the TUD configuration's hydra-module - [6]
CTYUTPEDhydra-module: Remove `nix.*' settings. - [7]
3FTM52B2hydra-module: Always GC to have at least 100 GiB available.
Change contents
- replacement in hydra-module.nix at line 126
home = cfg.baseDir;home = baseDir; - replacement in hydra-module.nix at line 129
}];}; - replacement in hydra-module.nix at line 151
jobs."hydra-init" =systemd.services."hydra-init" = - edit in hydra-module.nix at line 153
environment = env; - replacement in hydra-module.nix at line 156
chown hydra ${cfg.baseDir}/dataln -sf ${hydraConf} ${cfg.baseDir}/data/hydra.confchown hydra ${baseDir}/dataln -sf ${hydraConf} ${baseDir}/data/hydra.conf${pkgs.shadow}/bin/su hydra -c ${cfg.hydra}/bin/hydra-init - replacement in hydra-module.nix at line 160
task = true;serviceConfig.Type = "oneshot"; - replacement in hydra-module.nix at line 233
[ "*/5 * * * * root ${checkSpace} &> ${cfg.baseDir}/data/checkspace.log""15 5 * * * root ${compressLogs} &> ${cfg.baseDir}/data/compress.log"[ "*/5 * * * * root ${checkSpace} &> ${baseDir}/data/checkspace.log""15 5 * * * root ${compressLogs} &> ${baseDir}/data/compress.log"