Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
package: fix new paths, add new sd param
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Nov 24, 2023
1 parent ef6ace5 commit fa745a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ nfpms:
- deb
- rpm
contents:
- dst: /etc/nasp/rules.d/ci.yaml
src: rules.d/ci.yaml
- dst: /etc/nasp/rules/ci.yaml
src: nasp.d/rules/ci.yaml
- dst: /etc/nasp/services/ci.yaml
src: nasp.d/services/ci.yaml
- dst: /etc/systemd/system/nasp.service
src: nasp.service
2 changes: 1 addition & 1 deletion nasp.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=NASP Agent Service
After=network.target

[Service]
ExecStart=/usr/bin/nasp agent --rules-path /etc/nasp/rules.d/
ExecStart=/usr/bin/nasp agent --rules-path /etc/nasp/rules/ --sd-path /etc/nasp/services/
Restart=always
User=root
Group=root
Expand Down

0 comments on commit fa745a9

Please sign in to comment.