add bundle:docker-engine

This commit is contained in:
Franzi 2024-10-26 16:25:54 +02:00
parent 729b975b77
commit 4238eeb6d8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 348 additions and 1 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=docker-engine app ${name}
After=network.target
Requires=${' '.join(sorted(requires))}
[Service]
WorkingDirectory=/var/opt/docker-engine/${name}/
ExecStart=/opt/docker-engine/${name} start
ExecStop=/opt/docker-engine/${name} stop
Type=simple
RemainAfterExit=true
[Install]
WantedBy=multi-user.target