]> git.sesse.net Git - cubemap/commitdiff
Set the default number of files to 16384; the default is seemingly 1024, which can...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 21 Apr 2014 17:05:11 +0000 (19:05 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 21 Apr 2014 17:05:11 +0000 (19:05 +0200)
cubemap.service.in

index fba3468fa96816bc4d0c5991b0138dfa232152a4..442e01961952bd6487c49035f0ec89afa53923a4 100644 (file)
@@ -6,6 +6,7 @@ Type=simple
 ExecStart=@prefix@/bin/cubemap @sysconfdir@/cubemap.config
 User=cubemap
 ExecReload=/bin/kill -HUP $MAINPID
+LimitNOFILE=16384
 
 [Install]
 WantedBy=multi-user.target