christgau / wsdd

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

systemd unit-file user/group fix #102

Closed mikecummings34 closed 3 years ago

mikecummings34 commented 3 years ago

This is a potential fix to the issue that was opened up.

christgau commented 3 years ago

The unit file in the repository is just an example, as noted in the README: https://github.com/christgau/wsdd/blob/03a5113b932d7b9eb7f334e3870c33a076310624/README.md#L97-L101

Therefore, anything that solves user-specific problems in these files will not be merged. Additionally, numeric user id's in unit files are not required in general (see systemd.exec(5)).

christgau commented 3 years ago

This is a potential fix to the issue that was opened up.

For the records: the issue is #101.