13 lines
193 B
SYSTEMD
13 lines
193 B
SYSTEMD
![]() |
[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
|