<2022-07-27 Wed 08:40>–<2022-07-27 Wed 08:50>
<2022-07-27 Wed 09:00>–<2022-07-27 Wed 09:30>
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ;; | |
| ;; BACK UP YOUR LOGSEQ DIR BEFORE RUNNING THIS! | |
| ;; | |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ;; Copyright (C) Aug 4 2022, William R. Burdick Jr. | |
| ;; | |
| ;; LICENSE | |
| ;; This code is dual-licensed with MIT and GPL licenses. |
<2022-07-27 Wed 08:40>–<2022-07-27 Wed 08:50>
<2022-07-27 Wed 09:00>–<2022-07-27 Wed 09:30>
| #!/bin/sh | |
| # use this to prep remote development | |
| # | |
| # ensures sshd is active and multiuser nix is installed | |
| # | |
| # the most common activity here is mounting the local vault | |
| # other activities happen only on installation or after upgrades | |
| # | |
| # activate ssh if it's not activated | |
| if ! systemctl is-active sshd > /dev/null 2>&1; then |
Moved here