Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Running Monyog With Systemd On Debian Jessie

forums forums Monyog Monyog Deployment Running Monyog With Systemd On Debian Jessie

Tagged: ,

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #13441
      stumbaumr
      Member

      Hi,

      we upgraded and are now using Debian Jessie.

       

      Here the service unit file.


      [email protected]:~# cat /etc/systemd/system/monyog.service
      [Unit]
      Description=Webyog MONyog Service
      After=syslog.target network.target

      [Service]
      SyslogIdentifier=monyog
      LimitNOFILE=262144
      ExecStart=/usr/local/MONyog/bin/MONyog-bin
      Restart=on-failure

      [Install]
      WantedBy=multi-user.target
      [email protected]:~#

      Enjoy

    • #35545
      peterlaursen
      Participant

      Thanks for the information.

       

      But it is not clear to me why you are posting this.  Do you face any problems are you just posting in order to inform other people?  If there is a previous and related discussion somewhere, please link to it. 

    • #35546
      stumbaumr
      Member

      Hi,

       

      we are in the process of upgrading from Debian Wheezy to Jessie and the SysV Init script was already a dirty hack and I was looking for a “native” systemd solution in the forum.

       

      So I was looking for a systemd unit file in the forum – could not find one – posted mine after making one up.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.