Skip to content

Instantly share code, notes, and snippets.

@joetemp
Created October 10, 2015 05:50
Show Gist options
  • Select an option

  • Save joetemp/60fd921968bac8605c14 to your computer and use it in GitHub Desktop.

Select an option

Save joetemp/60fd921968bac8605c14 to your computer and use it in GitHub Desktop.
/etc/systemd/system/startup_test.service
[Unit]
Description=Start rsync
[Service]
Type=oneshot
ExecStart=/usr/bin/sync_test
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment