summaryrefslogtreecommitdiff
path: root/mandible.service
blob: efdb54a387d965860a8f1cbfb106c9fb61a4de16 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]

Description=Mandible is an image hosting server with RESTlike API.

[Service]
EnvironmentFile=-/path/to/mandible/env.sh
ExecStart=/path/to/mandible/start.sh
Restart=on-failure

[Install]
WantedBy=multi-user.target