Skip to content
Snippets Groups Projects
esame-firefox-home.service 324 B
Newer Older
  • Learn to ignore specific revisions
  • Alberto LIVIO BECCARIA's avatar
    Alberto LIVIO BECCARIA committed
    [Unit]
    Description=Esame - Firefox Home
    After=esame-mk-homedir.service
    
    [Service]
    Type=oneshot
    #RemainAfterExit=yes
    EnvironmentFile=/local/esame-machine.conf
    ExecStart=/opt/esame/bin/firefox-home start
    ExecStop=/opt/esame/bin/firefox-home stop
    ExecReload=/opt/esame/bin/firefox-home restart
    
    [Install]
    WantedBy=esame.target