create and use custom user on debian install

This commit is contained in:
Jakob Ketterl
2020-02-17 15:03:20 +01:00
parent ad565c5a2b
commit 521755b9f2
3 changed files with 8 additions and 4 deletions

View File

@ -4,10 +4,10 @@ After=multi-user.target
[Service]
Type=simple
User=root
Group=root
User=openwebrx
Group=openwebrx
ExecStart=/usr/bin/openwebrx
Restart=on-failure
Restart=always
[Install]
WantedBy=multi-user.target