mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
14 lines
219 B
Desktop File
14 lines
219 B
Desktop File
[Unit]
|
|
Description=Kyoo Media Server
|
|
Requires=postgresql.service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=kyoo
|
|
ExecStart=/usr/lib/kyoo/Kyoo /var/lib/kyoo
|
|
Restart=on-abort
|
|
TimeoutSec=20
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|