Skip to content

Commit

Permalink
fix(pacman): add sysusers
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Aug 9, 2020
1 parent 6728469 commit 92797a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pacman/sysusers.conf
@@ -0,0 +1,2 @@
u {{name}} - "{{description}}" /var/lib/{{name}} /usr/bin/nologin

2 changes: 1 addition & 1 deletion systemd/npm-template-sync-github-hook.service
Expand Up @@ -15,7 +15,7 @@ StandardOutput=syslog
DynamicUser=yes
SupplementaryGroups=http
NoNewPrivileges=true
RuntimeDirectory={{name}}
RuntimeDirectory={{name}}/http
RuntimeDirectoryMode=775
RuntimeDirectoryPreserve=yes
StateDirectory={{name}}
Expand Down

0 comments on commit 92797a7

Please sign in to comment.