aboutsummaryrefslogtreecommitdiffstats
path: root/install/uname
diff options
context:
space:
mode:
Diffstat (limited to 'install/uname')
-rw-r--r--install/uname3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/uname b/install/uname
index f0fd732..1b306ab 100644
--- a/install/uname
+++ b/install/uname
@@ -1,7 +1,8 @@
#!/bin/sh
build() {
- add_runscript
+ add_systemd_unit uname.service
+ add_symlink "/usr/lib/systemd/sysinit.target.wants/uname.service" "../uname.service"
# busybox provides uname, so we do not add it
}