mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
Run as non-root user - plinth
This commit is contained in:
parent
26a724b773
commit
82f9655981
@ -24,6 +24,8 @@ After=network.target
|
|||||||
ExecStart=/usr/bin/plinth
|
ExecStart=/usr/bin/plinth
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
User=plinth
|
||||||
|
Group=plinth
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user