diff options
Diffstat (limited to 'systemd/uname.service')
-rw-r--r-- | systemd/uname.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/uname.service b/systemd/uname.service new file mode 100644 index 0000000..53373e6 --- /dev/null +++ b/systemd/uname.service @@ -0,0 +1,10 @@ +[Unit] +Description=uname +DefaultDependencies=no +Before=sysinit.target + +[Service] +Type=oneshot +RemainAfterExit=yes +StandardOutput=tty +ExecStart=/usr/lib/systemd/scripts/uname |