Merge "Added systemd solar-worker.service"
This commit is contained in:
commit
cf1fd8d697
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…
Reference in New Issue
Block a user