summarylogtreecommitdiffstats
path: root/filebrowser.service
blob: a0c512694b1c520ac10bdf4d03e188ea13d70e22 (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.pid
ExecStart=/usr/bin/filebrowser -c /etc/filebrowser/config.json
Restart=on-failure

[Install]
WantedBy=multi-user.target