mirror of
https://github.com/runcitadel/core.git
synced 2024-11-13 17:30:38 +00:00
23 lines
488 B
Desktop File
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
|