blob: 8e49462a3df63a40483af0c6d2f86adb1d3d0d89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Unit]
Description=bazel-remote cache server
Documentation=https://github.com/buchgr/bazel-remote
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
Restart=on-failure
User=bazel-remote
Group=bazel-remote
LimitNOFILE=40000
LimitNPROC=infinity
TasksMax=infinity
ExecStart=/usr/bin/bazel-remote --config_file /etc/bazel-remote.conf
[Install]
WantedBy=multi-user.target
|