distribution/packages/rocknix/system.d/rocknix-automount.service
2024-03-19 15:15:27 +00:00

14 lines
274 B
Desktop File

[Unit]
Description=ROCKNIX user autostart script
Before=autostart.service
After=systemd-tmpfiles-setup.service
[Service]
Type=oneshot
Environment=HOME=/storage
EnvironmentFile=/etc/profile
ExecStart=/usr/bin/automount
RemainAfterExit=yes
[Install]
WantedBy=rocknix.target