Merge "Added systemd solar-worker.service"

This commit is contained in:
Jenkins 2016-03-07 10:04:13 +00:00 committed by Gerrit Code Review
commit cf1fd8d697
1 changed files with 13 additions and 0 deletions

View 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