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