Initial commit

This commit is contained in:
Theodoros Grammenos 2023-02-11 20:54:40 +02:00
commit 118b948bd4
No known key found for this signature in database
GPG key ID: D25FBC869FCFEBDE
59 changed files with 1236 additions and 0 deletions

View file

@ -0,0 +1 @@
oneshot

View file

@ -0,0 +1,4 @@
#!/bin/sh
if { mkdir -p /var/log/cron }
if { chown nobody:nogroup /var/log/cron }
chmod 02755 /var/log/cron