Skip to content

Commit

Permalink
ci: Verify the installed service runs as daemon user
Browse files Browse the repository at this point in the history
and not e.g. root.
  • Loading branch information
AiyionPrime committed Sep 6, 2024
1 parent 26b792c commit f8fb73f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_ubuntu_verify_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ jobs:
run: systemctl status codemeter
- name: Codemeter version output is expected
run: cmu --version | grep -q '${{ matrix.version }}'
- name: Verify codemeter service is running as daemon user
run: systemctl show -pUser codemeter.service | grep -qx User=daemon

0 comments on commit f8fb73f

Please sign in to comment.