vmimage-torrent.service file added

This commit is contained in:
Raphael Dannecker 2023-05-06 12:05:47 +02:00
parent dce05711b4
commit 2887c94e13

View 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