最初のコミット
This commit is contained in:
commit
cdf74efda0
3 changed files with 37 additions and 0 deletions
12
taiko-web-db.service
Normal file
12
taiko-web-db.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=My Taiko Web's DB Backup Service
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Group=root
|
||||
WorkingDirectory=/root
|
||||
ExecStart=bash taiko-web-db-cron.sh
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue