diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-23 12:13:06 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-23 12:24:26 +0100 |
commit | 49fe9bd77db951bf7daec435f69502807e41c2c4 (patch) | |
tree | 62c6033f1495d31507abc9135c0a479cf2eb21ef /crontab/Makemodule.am | |
parent | b6c97e117c20a91e548966fa50411e7fe3dd8818 (diff) |
Implement init/cron split
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'crontab/Makemodule.am')
-rw-r--r-- | crontab/Makemodule.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crontab/Makemodule.am b/crontab/Makemodule.am new file mode 100644 index 0000000..2fe3424 --- /dev/null +++ b/crontab/Makemodule.am @@ -0,0 +1,2 @@ +crondir = @GCRONDIR@ +cron_DATA = crontab/swclock |