Merge pull request #32 from gutenbergtools/fix-service

mkdir -p
relative-links
eshellman 2019-08-20 11:04:35 -04:00 committed by GitHub
commit 5a524694e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ User=autocat
Type=simple
RuntimeDirectory=autocat
WorkingDirectory=/var/lib/autocat/autocat3
ExecStartPre=-/usr/bin/mkdir /var/run/autocat
ExecStartPre=-/usr/bin/mkdir -p /var/run/autocat
ExecStart=/var/lib/autocat/.local/bin/pipenv run python CherryPyApp.py
[Install]