2021-11-06 03:07:00 +01:00
|
|
|
[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 ####
|
2022-02-04 16:58:54 +01:00
|
|
|
ExecStart=/bin/sh -c 'exec /usr/bin/jamulus-headless -s -n -o "VerethanE;Falkenstein;224" -w "Welcome to Vereto Private" -T -F'
|
2021-11-06 03:07:00 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Restart=on-failure
|
|
|
|
|
RestartSec=30
|
|
|
|
|
StandardOutput=journal
|
|
|
|
|
StandardError=inherit
|
|
|
|
|
SyslogIdentifier=jamulus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|