correction to systemd script

Rohan Sircar 2020-07-11 18:06:33 +05:30
parent f5e9751516
commit 7dbe71fbf8

@ -102,7 +102,7 @@ Description=System Daemon for Chatto
[Service] [Service]
WorkingDirectory=/path/to/chatto-jar/ WorkingDirectory=/path/to/chatto-jar/
ExecStart=java -jar Chatto.jar --spring.profiles.active=prod ExecStart=/path/to/java -jar Chatto.jar --spring.profiles.active=prod
User=chatto User=chatto
Type=simple Type=simple