@reboot in crontab 的問題 - Linux
By John
at 2019-07-30T16:49
at 2019-07-30T16:49
Table of Contents
最近在測試用PXE+preseed 遠端自動安裝ubuntu 18.04
本來想在preseed 中加入完成安裝後,送出通知信件給管理者
我加入
d-i preseed/late_command \
in-target hostname |mail -s "install complete" [email protected] ;\
in-target passwd --expire root ;\
這樣的語法,下面那段會正常執行
但是上面那行沒辦法送出郵件,也看不到log 發生什麼事
所以想改用另外的方式
因為pxe 安裝完後,client 會重開機
所以我想說在重開機之後,送出信件通知管理者
翻了一下文件
說是可以在crontab 文件中,用@reboot 來指定重開機後的動作
可是我把這個語法加入 /etc/crontab 或者是 /etc/cron.d/after_reboot
都沒有作用
但是如果用某個user登入,然後用crontab -e 編輯這個user的crontab
加入一樣的語法
那就可以正常被執行
所以看來這個 @reboot 只能放在user個人的crontab 中?
要讓系統可以重開機後就執行,需要修改 /etc/rc.local ?
只是在pxe 中,要修改 /etc/rc.local 挺麻煩的說...
--
本來想在preseed 中加入完成安裝後,送出通知信件給管理者
我加入
d-i preseed/late_command \
in-target hostname |mail -s "install complete" [email protected] ;\
in-target passwd --expire root ;\
這樣的語法,下面那段會正常執行
但是上面那行沒辦法送出郵件,也看不到log 發生什麼事
所以想改用另外的方式
因為pxe 安裝完後,client 會重開機
所以我想說在重開機之後,送出信件通知管理者
翻了一下文件
說是可以在crontab 文件中,用@reboot 來指定重開機後的動作
可是我把這個語法加入 /etc/crontab 或者是 /etc/cron.d/after_reboot
都沒有作用
但是如果用某個user登入,然後用crontab -e 編輯這個user的crontab
加入一樣的語法
那就可以正常被執行
所以看來這個 @reboot 只能放在user個人的crontab 中?
要讓系統可以重開機後就執行,需要修改 /etc/rc.local ?
只是在pxe 中,要修改 /etc/rc.local 挺麻煩的說...
--
Tags:
Linux
All Comments
By Una
at 2019-07-31T20:17
at 2019-07-31T20:17
By Susan
at 2019-08-05T12:31
at 2019-08-05T12:31
By Una
at 2019-08-09T17:39
at 2019-08-09T17:39
By Erin
at 2019-08-14T11:29
at 2019-08-14T11:29
By Blanche
at 2019-08-18T08:29
at 2019-08-18T08:29
By Rachel
at 2019-08-21T18:55
at 2019-08-21T18:55
By Rachel
at 2019-08-22T08:00
at 2019-08-22T08:00
By Ida
at 2019-08-23T02:51
at 2019-08-23T02:51
By Damian
at 2019-08-26T17:04
at 2019-08-26T17:04
By Valerie
at 2019-08-28T06:20
at 2019-08-28T06:20
By Lucy
at 2019-09-01T15:45
at 2019-09-01T15:45
By Todd Johnson
at 2019-09-06T13:20
at 2019-09-06T13:20
By Sarah
at 2019-09-09T15:03
at 2019-09-09T15:03
Related Posts
求救,file bitmap遺失,如何讀檔?
By Hedwig
at 2019-07-29T03:41
at 2019-07-29T03:41
chromium 上面那條要怎麼去掉?
By Una
at 2019-07-29T00:10
at 2019-07-29T00:10
x220裝linux桌面求推薦
By Caitlin
at 2019-07-28T18:09
at 2019-07-28T18:09
在Linux 以steam proton/lutris 執行遊
By Joseph
at 2019-07-26T14:56
at 2019-07-26T14:56
Linux檔案權限的問題
By Elizabeth
at 2019-07-25T20:09
at 2019-07-25T20:09