diff options
Diffstat (limited to 'dot_config/systemd/user/podman.service.tmpl')
| -rw-r--r-- | dot_config/systemd/user/podman.service.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dot_config/systemd/user/podman.service.tmpl b/dot_config/systemd/user/podman.service.tmpl new file mode 100644 index 0000000..f104bd9 --- /dev/null +++ b/dot_config/systemd/user/podman.service.tmpl @@ -0,0 +1,9 @@ +[Unit] +Description=Rootless Podman API +Requires=podman.socket +After=podman.socket + +[Service] +Type=exec +ExecStart="{{ .chezmoi.homeDir }}/.nix-profile/bin/podman" system service +KillMode=process |
