diff --git a/includes.container/etc/systemd/user/apx-vso-pico.service b/includes.container/etc/systemd/user/apx-vso-pico.service new file mode 100644 index 0000000..4146383 --- /dev/null +++ b/includes.container/etc/systemd/user/apx-vso-pico.service @@ -0,0 +1,18 @@ +[Unit] +Description=VSO Pico Container +Wants=default.target +After=default.target + +[Service] +Environment=PODMAN_SYSTEMD_UNIT=%n +Restart=on-failure +TimeoutStopSec=10 +ExecStart=/.system/usr/bin/podman start apx-vso-pico +ExecStop=/.system/usr/bin/podman stop \ + -t 5 apx-vso-pico +ExecStopPost=/.system/usr/bin/podman stop \ + -t 5 apx-vso-pico +Type=forking + +[Install] +WantedBy=default.target