13 lines
245 B
Desktop File
13 lines
245 B
Desktop File
[Unit]
|
|
Description=wfview server
|
|
After=network.target sound.target
|
|
|
|
[Service]
|
|
PrivateTmp=true
|
|
User=wfserver
|
|
Group=wfserver
|
|
SupplementaryGroups=audio dialout
|
|
ExecStart=/usr/bin/wfserver -s /etc/wfserver.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|