30 lines
632 B
Desktop File
30 lines
632 B
Desktop File
[Unit]
|
|
Description=Jamulus headless server
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=jamulus
|
|
Group=nogroup
|
|
NoNewPrivileges=true
|
|
ProtectSystem=true
|
|
ProtectHome=true
|
|
Nice=-20
|
|
IOSchedulingClass=realtime
|
|
IOSchedulingPriority=0
|
|
|
|
#### Change this to publish this server, set genre, location and other parameters.
|
|
#### See https://jamulus.io/wiki/Command-Line-Options ####
|
|
ExecStart=/bin/sh -c 'exec /usr/bin/jamulus-headless -s -n -o "Verethan1;Falkenstein;224"'
|
|
|
|
|
|
Restart=on-failure
|
|
RestartSec=30
|
|
StandardOutput=journal
|
|
StandardError=inherit
|
|
SyslogIdentifier=jamulus
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|