mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Fix #54772: Fixed typo in containerd service
This commit is contained in:
parent
d029dcf6f1
commit
f19344fd8b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
env modeprobe overlay
|
env modprobe overlay
|
||||||
exec containerd
|
exec containerd
|
||||||
|
|
Loading…
Add table
Reference in a new issue