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