add www-apps/taskcafe and its user/group accounts
This commit is contained in:
parent
e3472d928d
commit
7bff6cdfca
5 changed files with 100 additions and 1 deletions
16
www-apps/taskcafe/files/taskcafe.service
Normal file
16
www-apps/taskcafe/files/taskcafe.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=Taskcafé
|
||||
After=network.target
|
||||
ConditionPathExists=/etc/taskcafe/taskcafe.toml
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/taskcafe --config /etc/taskcafe/taskcafe.toml web
|
||||
User=taskcafe
|
||||
Group=taskcafe
|
||||
WorkingDirectory=/var/lib/taskcafe
|
||||
Restart=always
|
||||
RestartSec=25
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue