Skip to content
Snippets Groups Projects
mount-run@ 397 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Vidal's avatar
    Eric Vidal committed
    [main]
    @type = oneshot
    @version = @version@
    @description = "Mount /run/user directory of user @I"
    @user = ( root )
    @options = ( log )
    
    [start]
    @execute = 
    (
    	if { 66-yeller -p mount-run@@I starts... }
    	if -nt {
    		
    		execl-subuidgid -o @I
    		execl-toc -X -m /run/user/${UID} -o noatime,nodev,nosuid,gid=${GID},uid=${UID},mode=0700,size=64M -t tmpfs -d user
    	}
    	66-yeller -fp mount-run@@I crashed!
    )