christgau / wsdd

A Web Service Discovery host daemon.
MIT License
814 stars 98 forks source link

Use DynamicUser=yes instead of nobody/nobody in systemd unit file #107

Closed votdev closed 3 years ago

votdev commented 3 years ago

Use DynamicUser=yes instead of nobody/nobody to prevent the systemd warning message: Special user nobody configured, this is not safe!

DynamicUser has been introduced with systemd 235, so nearly every system should be able to understand this systemd option nowadays. See http://0pointer.net/blog/dynamic-users-with-systemd.html for detailed explanation.

Signed-off-by: Volker Theile votdev@gmx.de

christgau commented 3 years ago

@votdev WDYT of https://github.com/christgau/wsdd/issues/109#issuecomment-846438215