citadel-core/scripts/citadel-os/services/citadel-external-storage.service
2022-01-21 21:37:48 +01:00

23 lines
488 B
Desktop File

# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
#
# SPDX-License-Identifier: GPL-3.0-or-later
# Citadel External Storage Mounter
# Installed at /etc/systemd/system/citadel-external-storage.service
[Unit]
Description=External Storage Mounter
Before=docker.service
[Service]
Type=oneshot
Restart=no
ExecStart=/home/citadel/citadel/scripts/citadel-os/external-storage/mount
TimeoutStartSec=45min
User=root
Group=root
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target