risotto is started with a specific user

This commit is contained in:
2020-09-19 07:11:36 +02:00
parent 709538e4e4
commit 58ebb8e1ad
6 changed files with 31 additions and 42 deletions

10
risotto.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=risotto
[Service]
ExecStart=/usr/bin/risotto-server
User=risotto
Group=risotto
[Install]
WantedBy=multi-user.target