aboutsummaryrefslogtreecommitdiff
path: root/core/dhcpcd
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-30 14:05:27 +0300
committerCem Keylan <cem@ckyln.com>2020-03-30 14:05:27 +0300
commit6dbf04260e2a63e9b3f7241ca2e8a64113a28e3d (patch)
tree2456c818c0722894e88a5a4f24a3cc9000f502ae /core/dhcpcd
parenta936d2c266e21cabe0859318a9a2271fd1856975 (diff)
downloadrepository-6dbf04260e2a63e9b3f7241ca2e8a64113a28e3d.tar.gz
meta: install sysmgr services as well as runit services
Diffstat (limited to 'core/dhcpcd')
-rwxr-xr-xcore/dhcpcd/build5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/dhcpcd/build b/core/dhcpcd/build
index 5e4235c7..83a1b438 100755
--- a/core/dhcpcd/build
+++ b/core/dhcpcd/build
@@ -10,5 +10,8 @@ make
make DESTDIR="$1" install
# Install runit service.
-install -Dm 755 dhcpcd.run "$1/etc/sv/dhcpcd/run"
+install -Dm755 dhcpcd.run "$1/etc/sv/dhcpcd/run"
ln -s /run/runit/supervise.dhcpcd "$1/etc/sv/dhcpcd/supervise"
+
+# Install runit service.
+install -Dm755 dhcpcd.run "$1/etc/sysmgr/dhcpcd"