Last active
June 17, 2019 21:54
-
-
Save Eihen/cc46449fb17aec7f92f51549882a655a to your computer and use it in GitHub Desktop.
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=Screen Test | |
After=network.target | |
[Service] | |
Type=forking | |
User=root | |
Group=root | |
Restart=on-failure | |
RestartSec=3 | |
ExecStart=/usr/bin/screen -L -dmS screen ping www.google.com.br | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment