mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Create vmpooler.service
This commit is contained in:
parent
3e8f5eb031
commit
f69e9398c1
1 changed files with 14 additions and 0 deletions
14
scripts/vmpooler.service
Normal file
14
scripts/vmpooler.service
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[Unit]
|
||||||
|
Description=VmPooler
|
||||||
|
Wants=basic.target
|
||||||
|
After=basic.target network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
EnvironmentFile=-/etc/default/vmpooler
|
||||||
|
WorkingDirectory=/opt/vmpooler
|
||||||
|
ExecStart=/opt/vmpooler/vmpooler
|
||||||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
KillMode=process
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Loading…
Add table
Add a link
Reference in a new issue