2019-04-12 18:01:35 +00:00
|
|
|
[Unit]
|
|
|
|
Description=autocat3 Service
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=autocat
|
|
|
|
Type=simple
|
2019-04-30 19:31:33 +00:00
|
|
|
RuntimeDirectory=autocat
|
2019-04-12 18:01:35 +00:00
|
|
|
WorkingDirectory=/var/lib/autocat/autocat3
|
2019-08-20 14:50:35 +00:00
|
|
|
ExecStartPre=-/usr/bin/mkdir -p /var/run/autocat
|
2019-10-10 02:39:52 +00:00
|
|
|
ExecStart=/usr/local/bin/pipenv run python CherryPyApp.py
|
2019-04-12 18:01:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
[Install]
|
2019-07-08 13:44:07 +00:00
|
|
|
WantedBy=multi-user.target
|