projects
/
cubemap
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set the default number of files to 16384; the default is seemingly 1024, which can...
[cubemap]
/
cubemap.service.in
1
[Unit]
2
Description=Cubemap stream relay
3
4
[Service]
5
Type=simple
6
ExecStart=@prefix@/bin/cubemap @sysconfdir@/cubemap.config
7
User=cubemap
8
ExecReload=/bin/kill -HUP $MAINPID
9
LimitNOFILE=16384
10
11
[Install]
12
WantedBy=multi-user.target