You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
285 B

[Unit]
Description=Github Data Analysis
Wants=network.target postgresql.service
After=network-online.target
[Service]
Environment=DATABASE_URL=postgres://postgres@/gda
Restart=always
Type=simple
ExecStart=/usr/local/bin/gda import
[Install]
WantedBy=multi-user.target default.target