Using systemd, preserve logs dir

This commit is contained in:
2016-02-20 03:30:22 +08:00
parent c7e3a80f42
commit 7b18a0ef11
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -2,3 +2,4 @@ auth.js
db.js
node_modules
*.swp
*.log
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env node
require( "./botanss/package" );
require( "./config/global" );
+1
View File
@@ -0,0 +1 @@
Allow access to www-data