systemd

    0熱度

    1回答

    人們可以使用命令創建遠程機器: docker-machine create --driver generic --generic-ip-address=<IP> myremotemachine 此命令安裝和運行Ubuntu在遠程主機上配置搬運工。而在此之後,多克爾守護進程運行時使用的命令: /usr/bin/docker daemon -H tcp://0.0.0.0:2376 -H unix

    2熱度

    1回答

    我試圖更新基於官方CentOS7映像的Docker鏡像。它用作Node.js項目的構建器。 我需要添加systemd-devel包編譯一些依賴,但是這個失敗,出現以下錯誤: fakesystemd-1-17.el7.centos.noarch has installed conflicts systemd: fakesystemd-1-17.el7.centos.noarch 感謝

    19熱度

    1回答

    通過使用journalctl,可以通過指定它們可以使用的最大磁盤空間,或者它們可以具有的最大時間,或單獨日誌文件的最大數量來刪除舊日誌(使用選項--vacuum-size,--vacuum-time或--vacuum-files)。 有沒有辦法將這種刪除限制在特定的系統單元中? journalctl -u <unit> --vacuum-time=2d似乎不按要求工作:根據文檔,-u只適用於顯示日

    1熱度

    2回答

    我在Raspbian上使用systemd來運行Python腳本script.py。該my.service文件看起來像這樣: [Unit] Description=My Python Script Requires=other.service [Service] Restart=always ExecStart=/home/script.py ExecStop=/home/script

    2熱度

    1回答

    來源 內置PHP 7雖然試圖 systemctl enable php-fpm.service 得到 The unit files have no [Install] section. They are not meant to be enabled using systemctl. Possible reasons for having this kind of units are:

    0熱度

    1回答

    我有一個system sw單元文件,但它似乎無法在每次啓動時運行,即使它已啓用。 這裏是我的swapon.service內容: [Unit] Description=Turn on swap [Service] Type=oneshot Environment=SWAPFILE=/swapfile-1GB ExecStartPre=-/usr/bin/dd if=/dev/zero o

    0熱度

    1回答

    我配置了systemd股DataStax企業4.8.5: ### /etc/systemd/system/dse1.service [Unit] Description=DataStax Enterprise [Service] User=cassandra ExecStart=/opt/dse/dse1/bin/dse cassandra -k ExecStop=/opt/dse

    1熱度

    1回答

    我試圖創建共享stick_table的兩個對等設置(使用HA-Proxy版本1.5.14 2015/07/02)。一切看起來都很好,當我手動啓動HAProxy的(意思是簡單地運行此): /usr/sbin/haproxy-systemd-wrapper -L haproxy1 -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid 當我試圖使通過syst

    2熱度

    1回答

    我的劇本有什麼問題停止日誌記錄? /var/log/messages不再更新! 我可以重現該問題與這個簡單孤立的劇本: - name: Reproduce journald hang hosts: test vars: - keys: - kp_XXX.pub - kp_YYY.pub tasks: - name: Veri

    0熱度

    1回答

    我無法爲運行Debian Jessie的Beaglebone上的python腳本啓用systemd自動啓動服務。我在腳本中使用了Tkinter。這裏是我單位的文件代碼: [Unit] Description=Startup OQY [Service] WorkingDirectory=/home/debian/oqy ExecStart=/usr/bin/python oqy.py S