summarylogtreecommitdiffstats
path: root/filebrowser.service
blob: e9d994ba6d3a8e49a6f2c0858e89efc321981c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=File Browser Service
After=network.target
Wants=network.target

[Service]
Type=simple
PIDFile=/var/run/filebrowser-%i.pid
ExecStart=/usr/bin/filebrowser -c /etc/filebrowser/%i.json
Restart=on-failure

[Install]
WantedBy=multi-user.target