Created
April 5, 2017 15:44
-
-
Save DerEnderKeks/f9da24fbdf58aff4bcdb2d5725c8effc to your computer and use it in GitHub Desktop.
Yanius 2.x Systemd unit file
This file contains 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=Yanius | |
Requires=docker.service | |
After=docker.service | |
[Service] | |
Restart=always | |
ExecStart=/usr/local/bin/docker-compose -f /opt/Yanius/docker-compose.yml up | |
ExecStop=/usr/local/bin/docker-compose -f /opt/Yanius/docker-compose.yml stop | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment