diff --git a/notes.md b/notes.md index 79c75bd..590c3f0 100644 --- a/notes.md +++ b/notes.md @@ -1,3 +1,4 @@ +# project 1-click service 1. decide project name 1. decide target system @@ -6,6 +7,7 @@ 1. create service account on target system. hint: `loginctl enable-linger $USER` 1. create/enable/start user service. hint: https://superuser.com/a/1028180/144827, you'll want `WantedBy=default.target` +## a systemd unit ```systemd unit [Unit] Description=Transmission BitTorrent Daemon @@ -71,7 +73,7 @@ fyi, let's break down the url: `http://admin:[APITOKEN]@alloces.lan:8080/job/git https://stackoverflow.com/a/38314286 -# jenkinsfile deployment hints +## jenkinsfile deployment hints ```groovy stage (‘Deploy’) {