2019-01-21 22:56:36 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Cuddles and wrong abbreviations
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
WorkingDirectory={{ cat_git_destination }}
|
2019-01-21 23:07:38 +01:00
|
|
|
ExecStart={{ cat_git_destination }}/start.sh
|
2019-01-21 22:56:36 +01:00
|
|
|
Restart=on-failure # or always, on-abort, etc
|
|
|
|
|
|
|
|
[Install]
|
2019-02-13 23:26:41 +01:00
|
|
|
WantedBy=multi-user.target
|