Jamulus/Jamulus-public.service
Takashi Iwai 54682e7c5b Accepting request 1246636 from home:ecsos
- Add Jamulus-version.patch to fix wrong version in about jamulus.
- Fix missing icon in desktop file.
  Drop manuel and old icon. Use icon from source instead.

OBS-URL: https://build.opensuse.org/request/show/1246636
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/Jamulus?expand=0&rev=57
2025-02-19 10:00:09 +00:00

30 lines
635 B
Desktop File

[Unit]
Description=Jamulus-Server
After=network.target
[Service]
Type=simple
EnvironmentFile=-/etc/sysconfig/jamulus
User=jamulus
Group=nogroup
NoNewPrivileges=true
ProtectSystem=true
ProtectHome=true
Nice=-20
IOSchedulingClass=realtime
IOSchedulingPriority=0
#### Change this to set genre, location and other parameters.
#### See [Command-Line-Options](Command-Line-Options) ####
ExecStart=/usr/bin/Jamulus -s -n -e ${DIRECTORYSERVER} -o "${yourServername};${yourCity};[${yourCountryID}]"
Restart=on-failure
RestartSec=30
StandardOutput=journal
StandardError=inherit
SyslogIdentifier=jamulus
[Install]
WantedBy=multi-user.target