summarylogtreecommitdiffstats
path: root/gitbucket.service
blob: c648cc053e6dd1373ca904d2618d63ff73fb1bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=gitbucket.service
After=network.target

[Service]
User=gitbucket
Group=gitbucket
ExecStart=/usr/lib/gitbucket/gitbucket
StandardOutput=file:/var/log/gitbucket/console.log
StandardError=inherit
Restart=on-abort

[Install]
WantedBy=multi-user.target