Skip to content

Commit

Permalink
CI: Install and start service
Browse files Browse the repository at this point in the history
  • Loading branch information
ssahani committed May 1, 2024
1 parent 491cff0 commit 5a21966
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ jobs:
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
- name: build
run: make
- name: install
run: sudo make install
- name: add systemd-journal-netlog user
run: sudo useradd -r -d / -s /usr/sbin/nologin -g systemd-journal systemd-journal-netlog
- name: start systemd-netlogd
run: sudo systemctl daemon-reload; sudo systemctl start systemd-netlogd
- name: show status systemd-netlogd
run: sudo systemctl status systemd-netlogd

0 comments on commit 5a21966

Please sign in to comment.