From b2f960cf8e66c3c2841ffd2391e1cfc3742b7a00 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 12 Mar 2025 12:21:32 +0000 Subject: automatic import of resalloc --- resalloc-agent-spawner.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resalloc-agent-spawner.service (limited to 'resalloc-agent-spawner.service') diff --git a/resalloc-agent-spawner.service b/resalloc-agent-spawner.service new file mode 100644 index 0000000..b4bb2c6 --- /dev/null +++ b/resalloc-agent-spawner.service @@ -0,0 +1,15 @@ +[Unit] +Description=Start self-stending agent-like resources using Resalloc +After=syslog.target network.target auditd.service + +[Service] +Type=simple +User=resalloc +Group=resalloc +ExecStart=/usr/bin/resalloc-agent-spawner +# we don't want to kill background action processors (daemoncontext) +KillMode=process +Restart=on-failure + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3