add www-apps/wikijs and associated acct-*
This commit is contained in:
parent
e182433fd4
commit
228e8ba15a
5 changed files with 79 additions and 2 deletions
16
www-apps/wikijs/files/wikijs.service
Normal file
16
www-apps/wikijs/files/wikijs.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=Wiki.js
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/node server
|
||||
User=wikijs
|
||||
Group=wikijs
|
||||
Environment=NODE_ENV=production
|
||||
WorkingDirectory=/usr/share/wikijs
|
||||
Restart=always
|
||||
RestartSec=25
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue