blob: f104bd9257bfc7a8ca8c2ca4e8f66c33c5e82014 (
plain) (
blame)
1
2
3
4
5
6
7
8
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
|