summaryrefslogtreecommitdiff
path: root/files/shiori.service
blob: 6c8de2995dc01b5edac8b65963dc54bf1eef208d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Bookmark server

[Service]
User=shiori
Environment=SHIORI_DIR=/var/www/shiori
Environment=PORT=8080
EnvironmentFile=-/etc/conf.d/shiori
ExecStart=shiori serve -p $PORT
Restart=always

[Install]
WantedBy=multi-user.target