mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
14 lines
206 B
Desktop File
14 lines
206 B
Desktop File
[Unit]
|
|
Description=The unoconv listener running on User %I
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/unoconv -l
|
|
KillMode=mixed
|
|
Restart=always
|
|
User=%i
|
|
Group=%i
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|