mirror of
https://github.com/mii443/prometheus-android-exporter.git
synced 2025-08-22 15:15:35 +00:00
16 lines
304 B
Django/Jinja
16 lines
304 B
Django/Jinja
[Unit]
|
|
Description=Custom
|
|
After=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
WorkingDirectory=/home/{{ new_user_name }}
|
|
ExecStart= docker compose up -d --remove-orphans
|
|
ExecStop= docker compose down
|
|
User={{ new_user_name }}
|
|
Group={{ new_user_name }}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|