vmimage-torrent.service file added
This commit is contained in:
parent
dce05711b4
commit
2887c94e13
1 changed files with 13 additions and 0 deletions
13
roles/lmn_vm/files/vmimage-torrent.service
Normal file
13
roles/lmn_vm/files/vmimage-torrent.service
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[Unit]
|
||||||
|
Description=VM-image torrent service
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
RemainAfterExit=yes
|
||||||
|
ExecStart=/usr/local/bin/vmimage-torrent start
|
||||||
|
ExecStop=/usr/local/bin/vmimage-torrent stop
|
||||||
|
ExecReload=/usr/local/bin/vmimage-torrent reload
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Add table
Reference in a new issue