14 lines
No EOL
517 B
Desktop File
14 lines
No EOL
517 B
Desktop File
[Unit]
|
|
Description=upda
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
# Using a dynamic user drops privileges and sets some security defaults
|
|
# See https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html
|
|
DynamicUser=yes
|
|
# All environment variables for upda can be put into this file
|
|
# upda picks them up (on each restart)
|
|
EnvironmentFile=/etc/upda.conf
|
|
# Requires upda' binary to be installed at this location, e.g., via package manager or copying it over manually
|
|
ExecStart=/usr/local/bin/upda-server |