b7df71e596
- removed command line outputs for Svg/Jpeg modes used - use the default country if no country is given in the command line options
14 lines
320 B
Desktop File
14 lines
320 B
Desktop File
[Unit]
|
|
Description=Jamulus-Server
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
User=jamulus
|
|
ExecStart=/bin/bash -c '/usr/bin/jamulus -s -n --servername $(uname -n) -l /var/log/jamulus -e jamulus.fischvolk.de -g -o "$(uname -n);;"'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|