shell-host/session/systemd/mount@.service
David Kebler e42b9fe72a added os transfer scripts (btrfs snapshots)
added user session scripts and services
added keepassxc scripts
rearranged some modules
2024-02-12 14:16:57 -08:00

11 lines
No EOL
163 B
Desktop File

[Unit]
Requires=home.mount
After=home.mount
[Service]
ExecStart=/bin/mount %h/%I
ExecStop=/bin/umount %h/%I
RemainAfterExit=yes
[Install]
WantedBy=default.target