9 lines
211 B
SYSTEMD
9 lines
211 B
SYSTEMD
|
[Unit]
|
||
|
Description=Moves demos from the local machine to remote destinations every 5 minutes
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=file_mover
|
||
|
WorkingDirectory=/home/file_mover
|
||
|
ExecStart=/home/file_mover/run_demo_mover.sh
|