mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +02:00
4 lines
101 B
Bash
4 lines
101 B
Bash
#!/bin/sh
|
|
set -e
|
|
install -d -m0755 -o puppet -g pupper /run/puppet
|
|
exec puppet master --no-daemonize
|