10 lines
165 B
SYSTEMD
10 lines
165 B
SYSTEMD
|
[Unit]
|
||
|
Description=Creates backups thrice a week
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=file_mover
|
||
|
WorkingDirectory=/home/file_mover
|
||
|
ExecStart=/home/file_mover/run_backups.sh
|
||
|
|