This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=PODMAN_SYSTEMD_UNIT=%n
-
EnvironmentFile=/usr/etc/default/container-nfs-server -/etc/default/container-nfs-server
-
ExecStart=/usr/bin/podman run --conmon-pidfile %t/%n.pid --cidfile %t/%n.ctr-id --cgroups=no-conmon --sdnotify=conmon --replace -d --rm $PODMAN_EXTRA_ARGS $NFS_SERVER_PORTS --privileged -v ${EXPORTS_FILE}:/etc/exports:ro -v ${EXPORTS_DIR}:${EXPORTS_DIR} --name nfs-server ${NFS_SERVER_IMAGE_PATH}
-
ExecStartPre=/bin/rm -f %t/%n.pid %t/%n.ctr-id -/usr/bin/podman pull ${NFS_SERVER_IMAGE_PATH}
-
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/%n.ctr-id -t 10
-
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/%n.ctr-id
-
NotifyAccess=all
-
Restart=on-failure
-
RestartSec=1s
-
TimeoutStopSec
Introduced in systemd 188=70 -
Type=notify
-
-
[Unit]
-
After=network-online.target local-fs.target firewalld.service
-
Description=openSUSE NFS Server container
-
Documentation=https://en.opensuse.org/Portal:Container/Image/nfs-server
-
StartLimitBurst=5
-
StartLimitIntervalSec=40
-
Wants=network-online.target
-
Additionnal notes
Nothing here.