-
-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Labels
Description
Based on system service configuration file provided in production documentation, writefreely binary will run under root system user. To fix this, make sure to add following parameters in Service section:
User=writefreely
Group=writefreely
After systemctl daemon is reloaded, you will see writefreely binary now runs under corresponding user:
ps aux | grep writefreely
Reactions are currently unavailable