File:  [Coherent Logic Development] / freem / scripts / systemd / system / freem.service
Revision 1.3: download - view: text, annotated - select for diffs
Tue Apr 1 23:21:45 2025 UTC (4 months ago) by snw
Branches: MAIN
CVS tags: v0-63-1-rc1, v0-63-0-rc1, v0-63-0, HEAD
fmadm commands for stopping, starting, and restarting environments now functional

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

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