mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-14 14:35:12 +02:00
4 lines
94 B
Bash
Executable file
4 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -d /var/cache/ipmiseld ] || mkdir /var/cache/ipmiseld
|
|
exec ipmiseld --foreground
|