-
-
Save johnrc/dce9993f6d52413a5c015430e13c0b38 to your computer and use it in GitHub Desktop.
Revisions
-
johnrc revised this gist
Jun 6, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ [Unit] Description=Sonatype Nexus After=network.target [Service] Type=forking -
esamson revised this gist
Sep 4, 2015 . No changes.There are no files selected for viewing
-
esamson revised this gist
Sep 4, 2015 . No changes.There are no files selected for viewing
-
Edward Samson revised this gist
Feb 21, 2015 . 3 changed files with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ default.target.wants/ nexus 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ JAVA_HOME=/home/esamson/.local/opt/jdk PATH=/home/esamson/.local/opt/jdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin 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 charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Description=Sonatype Nexus [Service] Type=forking EnvironmentFile=-/home/esamson/.config/systemd/user/nexus.env PIDFile=/home/esamson/.local/opt/nexus/bin/jsw/linux-x86-64/nexus.pid ExecStart=/home/esamson/.local/opt/nexus/bin/nexus start ExecReload=/home/esamson/.local/opt/nexus/bin/nexus restart -
Edward Samson revised this gist
Feb 19, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,10 +3,10 @@ Description=Sonatype Nexus [Service] Type=forking PIDFile=/home/esamson/.local/opt/nexus/bin/jsw/linux-x86-64/nexus.pid ExecStart=/home/esamson/.local/opt/nexus/bin/nexus start ExecReload=/home/esamson/.local/opt/nexus/bin/nexus restart ExecStop=/home/esamson/.local/opt/nexus/bin/nexus stop [Install] Alias=nexus -
esamson created this gist
Dec 1, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ [Unit] Description=Sonatype Nexus [Service] Type=forking PIDFile=/home/esamson/.local/nexus/bin/jsw/linux-x86-64/nexus.pid ExecStart=/home/esamson/.local/nexus/bin/nexus start ExecReload=/home/esamson/.local/nexus/bin/nexus restart ExecStop=/home/esamson/.local/nexus/bin/nexus stop [Install] Alias=nexus WantedBy=default.target