refactor: move appended states to drop-in rc.local

This commit is contained in:
Ben Grande 2023-12-19 22:50:59 +01:00
parent 186faf2fba
commit 9d62d91835
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
38 changed files with 237 additions and 86 deletions

View file

@ -0,0 +1,8 @@
#!/bin/sh
# vim: ft=sh
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
systemctl unmask syncthing@user.service
systemctl --no-block restart syncthing@user.service