File:  [Coherent Logic Development] / freem / scripts / debian / freem.service
Revision 1.1: download - view: text, annotated - select for diffs
Sun Apr 6 03:38:05 2025 UTC (3 months, 4 weeks ago) by snw
Branches: MAIN
CVS tags: HEAD
Prepare for adding packaging functionality to fmd

    1: [Unit]
    2: Description=FreeM Environments
    3: 
    4: [Service]
    5: Type=forking
    6: ExecStart=/usr/bin/fmadm start environment
    7: Restart=on-failure
    8: 
    9: [Install]
   10: WantedBy=multi-user.target

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>