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/eudev | |
parent | a936d2c266e21cabe0859318a9a2271fd1856975 (diff) | |
download | repository-6dbf04260e2a63e9b3f7241ca2e8a64113a28e3d.tar.gz |
meta: install sysmgr services as well as runit services
Diffstat (limited to 'core/eudev')
-rwxr-xr-x | core/eudev/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/eudev/build b/core/eudev/build index 9aead0c8..297c9920 100755 --- a/core/eudev/build +++ b/core/eudev/build @@ -13,3 +13,6 @@ make DESTDIR="$1" install # Install runit service. install -Dm755 udevd.run "$1/etc/sv/udevd/run" ln -s /run/runit/supervise.udevd "$1/etc/sv/udevd/supervise" + +# Install sysmgr service. +install -Dm755 udevd.run "$1/etc/sysmgr/udevd" |