[Unit] Description=Runs script to move files in a given directory, to another given directory. After=network.target [Service] Type=oneshot ExecStart=/usr/local/bin/odd-naming-move.sh User=aaron # Prevent multiple instances from running RemainAfterExit=no [Install] WantedBy=multi-user.target