Added systemd solar-worker.service
Change-Id: I4ef34857d5fcc70bfd1ed5477bcf0dfddc3ef573 Closes-bug: #1552628
This commit is contained in:
parent
dae395fc2e
commit
2bf126e5cc
13
utils/solar-worker.service
Normal file
13
utils/solar-worker.service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Resource management and orchestration engine for distributed systems
|
||||||
|
After=syslog.target network.target remote-fs.target nss-lookup.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=solar-worker
|
||||||
|
PrivateTmp=true
|
||||||
|
KillSignal=SIGQUIT
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user