Update notes

adam 2024-11-13 20:24:23 -05:00
parent 790fc78f3f
commit 97fae6ca3c

@ -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) {