diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-30 14:05:27 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-30 14:05:27 +0300 |
commit | 6dbf04260e2a63e9b3f7241ca2e8a64113a28e3d (patch) | |
tree | 2456c818c0722894e88a5a4f24a3cc9000f502ae /core/dhcpcd/build | |
parent | a936d2c266e21cabe0859318a9a2271fd1856975 (diff) | |
download | repository-6dbf04260e2a63e9b3f7241ca2e8a64113a28e3d.tar.gz |
meta: install sysmgr services as well as runit services
Diffstat (limited to 'core/dhcpcd/build')
-rwxr-xr-x | core/dhcpcd/build | 5 |
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" |