blob: b4bb2c6d3a64cd984be5b7e024561dbffd6efd44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|