mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- So that it can be invoked easily from the command line and systemd service. Tests: - make install creates /usr/bin/freedombox-privileged daemon which can be run as root. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
7 lines
130 B
Python
Executable File
7 lines
130 B
Python
Executable File
#!/usr/bin/python3
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
import plinth.privileged_daemon
|
|
|
|
plinth.privileged_daemon.main()
|