Odoo14 systemd service模板

Odoo14 systemd service 模板

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=odoo14
Requires=postgresql.service
After=network.target postgresql.service

[Service]
Type=simple
SyslogIdentifier=odoo14
PermissionsStartOnly=true
User=your_user
Group=your_user
ExecStart=/your/python/path/python3 /your/odoo/path/odoo-bin -c /your/odoo/config/path/odoo.config
StandardOutput=journal+console

[Install]
WantedBy=multi-user.target
作者

Junle

发布于

2022-03-22

更新于

2024-03-22

许可协议

评论