Created
October 9, 2015 03:04
-
-
Save joetemp/94254ccc6992838e6847 to your computer and use it in GitHub Desktop.
Systemd Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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