mirror of
https://github.com/ben-grande/qusal.git
synced 2025-09-20 20:44:35 -04:00
refactor: move appended states to drop-in rc.local
This commit is contained in:
parent
186faf2fba
commit
9d62d91835
38 changed files with 237 additions and 86 deletions
8
salt/sys-syncthing/files/server/rc.local.d/50-sys-syncthing.rc
Executable file
8
salt/sys-syncthing/files/server/rc.local.d/50-sys-syncthing.rc
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue