diff options
| author | St33v <github@f3rr3t.com> | 2026-01-30 18:16:03 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2026-01-30 18:16:03 +1100 |
| commit | 70f2fc45af8a0ea98e0e6f7b4254928dc7bfe317 (patch) | |
| tree | 1e28e8e75053e9bdcde02dce1ae63da39147400f /forge/script/sotd-publish.service | |
| parent | 8f4de5585ddb57331056ead793548cf22a9f685b (diff) | |
systemd paths (build works, publish might)
Diffstat (limited to 'forge/script/sotd-publish.service')
| -rw-r--r-- | forge/script/sotd-publish.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/forge/script/sotd-publish.service b/forge/script/sotd-publish.service new file mode 100644 index 0000000..f96d761 --- /dev/null +++ b/forge/script/sotd-publish.service @@ -0,0 +1,8 @@ +[Unit] +Description=SOTD publish release folder/s (forge/out/ -> sotd/) + +[Service] +Type=oneshot +ExecStart=%h/bin/sotd-forge-publish.sh +WorkingDirectory=%h/dox/st33v.com + |
