Skip to content

Commit

Permalink
Merge pull request #620 from tych0/mkdir-lxcfs-target-dir
Browse files Browse the repository at this point in the history
systemd: mkdir -p the target mount dir
  • Loading branch information
stgraber authored Nov 29, 2023
2 parents 35ab918 + 50f7b5f commit 3612da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/init/systemd/lxcfs.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Documentation=man:lxcfs(1)

[Service]
OOMScoreAdjust=-1000
ExecStartPre=/bin/mkdir -p {{LXCFSTARGETDIR}}
ExecStart=/usr/bin/lxcfs {{LXCFSTARGETDIR}}
KillMode=process
Restart=on-failure
Expand Down

0 comments on commit 3612da7

Please sign in to comment.