Skip to content
Snippets Groups Projects
esamesync-esame.service 382 B
Newer Older
  • Learn to ignore specific revisions
  • [Unit]
    Description=esamesync esame
    After=network.target
    Before=kdm.service getty.target
    Conflicts=
    
    [Service]
    Environment=RUNLEVEL=3
    #ExecStartPre=-/bin/plymouth quit
    #ExecStart=/etc/init.d/esamesync esame
    User=esamesync
    Group=esamesync
    ExecStart=/usr/local/sbin/esamesync-esame.sh
    TimeoutSec=0
    RemainAfterExit=yes
    Type=oneshot
    SysVStartPriority=99
    
    [Install]
    WantedBy=esame.target