Quassel: get rid of custom logging remnants

svn path=/nixos/trunk/; revision=23867
This commit is contained in:
Evgeny Egorochkin 2010-09-20 01:44:07 +00:00
parent e5aea56bb5
commit 36fe7f69c6

View File

@ -75,7 +75,6 @@ in
preStart = ''
mkdir -p ${cfg.dataDir}
chown ${cfg.user} ${cfg.dataDir}
touch ${cfg.logFile} && chown ${cfg.user} ${cfg.logFile}
'';
exec = ''