mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-16 23:45:16 +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
|