distribution/packages/jelos/system.d/jelos-automount.service

14 lines
270 B
Desktop File

[Unit]
Description=JELOS 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=jelos.target