summarylogtreecommitdiffstats
path: root/filebrowser@.service
blob: b4e22d7769959c1102f586b7efb7de146629f3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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