Changes between Version 17 and Version 18 of deployOnLinux
- Timestamp:
- 04/03/2022 09:05:13 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
deployOnLinux
v17 v18 101 101 After=multi-user.target 102 102 [Service] 103 Type=forking 104 ExecStart=/BASE/pk_sync/pk_sync.sh 103 Type=simple 104 Restart=always 105 ExecStart=/usr/bin/python3 /BASE/pk_sync/pk_sync.py 105 106 TimeoutStopSec=3 106 107 [Install]
