From 97fae6ca3c87118fe7281e7e1b9e1b1c6c02f2c6 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 13 Nov 2024 20:24:23 -0500 Subject: [PATCH] Update notes --- notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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’) {