noxma forum

Would you like to react to this message? Create an account in a few clicks or log in to continue.
noxma forum

noxma forum description


    Sentry service

    avatar
    Admin
    Admin


    จำนวนข้อความ : 33
    Join date : 09/12/2017

    Sentry service Empty Sentry service

    ตั้งหัวข้อ by Admin Sun Dec 10, 2017 4:27 pm

    /lib/systemd/system/sentry-cron.service
    /lib/systemd/system/sentry-worker.service
    /lib/systemd/system/sentry-web.service
    avatar
    Admin
    Admin


    จำนวนข้อความ : 33
    Join date : 09/12/2017

    Sentry service Empty /lib/systemd/system/sentry-cron.service

    ตั้งหัวข้อ by Admin Sun Dec 10, 2017 4:28 pm

    [Unit]
    Description=Sentry Beat Service
    After=network.target

    [Service]
    Type=simple
    User=sentry
    Group=sentry
    WorkingDirectory=/opt/sentry
    Environment=SENTRY_CONF=/etc/sentry
    ExecStart=/opt/sentry/bin/sentry run cron

    [Install]
    WantedBy=multi-user.target
    avatar
    Admin
    Admin


    จำนวนข้อความ : 33
    Join date : 09/12/2017

    Sentry service Empty /lib/systemd/system/sentry-worker.service

    ตั้งหัวข้อ by Admin Sun Dec 10, 2017 4:29 pm

    [Unit]
    Description=Sentry Background Worker
    After=network.target

    [Service]
    Type=simple
    User=sentry
    Group=sentry
    WorkingDirectory=/opt/sentry
    Environment=SENTRY_CONF=/etc/sentry
    ExecStart=/opt/sentry/bin/sentry run worker

    [Install]
    WantedBy=multi-user.target
    avatar
    Admin
    Admin


    จำนวนข้อความ : 33
    Join date : 09/12/2017

    Sentry service Empty /lib/systemd/system/sentry-web.service

    ตั้งหัวข้อ by Admin Sun Dec 10, 2017 4:30 pm

    [Unit]
    Description=Sentry Main Service
    After=network.target
    Requires=sentry-worker.service
    Requires=sentry-cron.service

    [Service]
    Type=simple
    User=sentry
    Group=sentry
    WorkingDirectory=/opt/sentry
    Environment=SENTRY_CONF=/etc/sentry
    ExecStart=/opt/sentry/bin/sentry run web

    [Install]
    WantedBy=multi-user.target

      เวลาขณะนี้ Sat Apr 27, 2024 3:53 am