dashboard
repositories
filestore
activity
search
login
ttss
/
mpk-ttss-mapping
TTSS - GTFS vehicle ID mapping
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Create run.sh script and systemd service
Jacek Kowalski
2020-11-02
e7032a44775a8b9fe7db935a333b21bb74e1a623
[ttss/mpk-ttss-mapping]
/
run.service
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=TTSS update service
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=1
User=www-data
ExecStart=/usr/bin/php /path/to/run.sh
[Install]
WantedBy=multi-user.target