Skip to content
Snippets Groups Projects

Add unit files to manage services with systemd

Merged Thomas Kluyver requested to merge systemd into master
1 unresolved thread
Files
4
[Unit]
Description=XFEL offline calibration Slurm job monitor
PartOf=cal-services.target
[Service]
Type=exec
@@ -8,4 +9,4 @@ ExecStart=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current
Restart=on-failure
[Install]
WantedBy=default.target
WantedBy=cal-services.target
Loading