13 lines
228 B
SYSTEMD
13 lines
228 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=yuyu event monitor daemon
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
WorkingDirectory={{yuyu_dir}}
|
||
|
ExecStart={{yuyu_dir}}/env/bin/python manage.py event_monitor
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|