Skip to content

Commit 5a21966

Browse files
committed
CI: Install and start service
1 parent 491cff0 commit 5a21966

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ jobs:
1919
run: sudo apt-get install -y python3-sphinx ninja-build meson glib-2.0-dev libudev-dev libsystemd-dev clang gperf libcap-dev build-essential
2020
- name: build
2121
run: make
22+
- name: install
23+
run: sudo make install
24+
- name: add systemd-journal-netlog user
25+
run: sudo useradd -r -d / -s /usr/sbin/nologin -g systemd-journal systemd-journal-netlog
26+
- name: start systemd-netlogd
27+
run: sudo systemctl daemon-reload; sudo systemctl start systemd-netlogd
28+
- name: show status systemd-netlogd
29+
run: sudo systemctl status systemd-netlogd

0 commit comments

Comments
 (0)