summarylogtreecommitdiffstats
path: root/filebrowser.service
blob: 2b382135995d5ac1fb5dac765c74d62dc738127a (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/config.json
Restart=on-failure

[Install]
WantedBy=multi-user.target