mirror of
https://gitlab.cs.uni-saarland.de/hpc/cc-condor-sync.git
synced 2024-11-10 10:57:25 +01:00
12 lines
245 B
SYSTEMD
12 lines
245 B
SYSTEMD
|
[Unit]
|
||
|
Description=Sync slurm with ClusterCockpit
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
WorkingDirectory=/opt/software/slurm/cc-slurm-sync
|
||
|
ExecStart=/opt/software/slurm/cc-slurm-sync/slurm-clusercockpit-sync.py
|
||
|
User=root
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|