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-09-17 17:25:54 +02:00
|
|
|
Restart=always # or on-failure, on-abort, etc
|
2019-01-21 22:56:36 +01:00
|
|
|
|
|
|
|
[Install]
|
2019-02-13 23:26:41 +01:00
|
|
|
WantedBy=multi-user.target
|