trixie/roles/lmn_vm/files/vmimage-torrent.service

16 lines
317 B
SYSTEMD
Raw Normal View History

2023-05-06 12:05:47 +02:00
[Unit]
Description=VM-image torrent service
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
User=lmnsynci
Group=lmnsynci
2023-05-06 12:05:47 +02:00
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