mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-28 17:09:23 -05:00
1b2f1ba941
Explicit end option parsing as the shell can be quite dangerous without it.
11 lines
342 B
Bash
Executable File
11 lines
342 B
Bash
Executable File
#!/bin/sh
|
|
# vim: ft=sh
|
|
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
cp -r -- /rw/config/systemd/qusal-syncthing-browser-forwarder* \
|
|
/usr/lib/systemd/system/
|
|
systemctl daemon-reload
|
|
systemctl --no-block restart qusal-syncthing-browser-forwarder.socket
|