mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
12 lines
226 B
Desktop File
12 lines
226 B
Desktop File
[Unit]
|
|
Description=Filebrowser Service
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/filebrowser --config /etc/filebrowser/%I.json
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|