mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
42 lines
1.5 KiB
SYSTEMD
42 lines
1.5 KiB
SYSTEMD
|
# Automatically generated by /nix/store/00000000000000000000000000000000-podman/lib/systemd/user-generators/podman-user-generator
|
||
|
#
|
||
|
# Automatically generated by home-manager podman container configuration
|
||
|
# DO NOT EDIT THIS FILE DIRECTLY
|
||
|
#
|
||
|
# my-container.container
|
||
|
[X-Container]
|
||
|
ContainerName=my-container
|
||
|
Environment=
|
||
|
Image=docker.io/alpine:latest
|
||
|
Label=nix.home-manager.managed=true
|
||
|
Network=my-net
|
||
|
Network=externalnet
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=PATH=/run/wrappers/bin:/run/current-system/sw/bin:/home/hm-user/.nix-profile/bin
|
||
|
Restart=always
|
||
|
TimeoutStopSec=30
|
||
|
Environment=PODMAN_SYSTEMD_UNIT=%n
|
||
|
KillMode=mixed
|
||
|
ExecStop=/nix/store/00000000000000000000000000000000-podman/bin/podman rm -v -f -i --cidfile=%t/%N.cid
|
||
|
ExecStopPost=-/nix/store/00000000000000000000000000000000-podman/bin/podman rm -v -f -i --cidfile=%t/%N.cid
|
||
|
Delegate=yes
|
||
|
Type=notify
|
||
|
NotifyAccess=all
|
||
|
SyslogIdentifier=%N
|
||
|
ExecStart=/nix/store/00000000000000000000000000000000-podman/bin/podman run --name=my-container --cidfile=%t/%N.cid --replace --rm --cgroups=split --network=my-net --network=externalnet --sdnotify=conmon -d --label nix.home-manager.managed=true docker.io/alpine:latest
|
||
|
|
||
|
[Unit]
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target
|
||
|
After=network.target
|
||
|
After=podman-my-net-network.service
|
||
|
Description=Service for container my-container
|
||
|
Requires=podman-my-net-network.service
|
||
|
SourcePath=/nix/store/00000000000000000000000000000000-home-container-podman-my-container/quadlets/podman-my-container.container
|
||
|
RequiresMountsFor=%t/containers
|