Skip to content

Instantly share code, notes, and snippets.

@joetemp
Created October 9, 2015 03:04
Show Gist options
  • Select an option

  • Save joetemp/94254ccc6992838e6847 to your computer and use it in GitHub Desktop.

Select an option

Save joetemp/94254ccc6992838e6847 to your computer and use it in GitHub Desktop.
Systemd Test
[Unit]
Description=Start test
[Service]
WorkingDirectory=/home/admin
Type=simple
ExecStart=/bin/bash sync_test1.sh start
KillMode=process
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment