9 lines
193 B
SYSTEMD
9 lines
193 B
SYSTEMD
|
[Unit]
|
||
|
Description=Copy files from Gliese 180 a to Gliese 180 b
|
||
|
After=local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/rsync -a "/mnt/Gliese 180 a/" "/mnt/Gliese 180 b/"
|
||
|
User=shoofle
|