15 lines
353 B
Desktop File
15 lines
353 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
|
|
ExecStartPost=systemd-tmpfiles --create /usr/lib/tmpfiles.d/JELOS-system-dirs.conf
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=jelos.target
|