mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
None of the files are installed into /etc/. They will unconditionally override older versions of themselves. They are not likely to cause any configuration file prompts. Reviewed-by: Veiko Aasa <veiko17@disroot.org>
19 lines
335 B
Desktop File
19 lines
335 B
Desktop File
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
[Unit]
|
|
Description=FreedomBox Service (Plinth)
|
|
Documentation=man:plinth(1)
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/plinth
|
|
Restart=on-failure
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
User=plinth
|
|
Group=plinth
|
|
StandardOutput=null
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|