mirror of
https://github.com/GwynethLlewelyn/goswi.git
synced 2026-08-14 09:02:27 +00:00
This is to make sure that it's only launched after MySQL & ROBUST have started.
18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
[Unit]
|
|
Description=GoBot
|
|
After=syslog.target
|
|
After=network.target
|
|
After=mariadb.service mysqld.service postgresql.service memcached.service redis.service nginx.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=
|
|
Group=
|
|
WorkingDirectory=
|
|
ExecStart=
|
|
Restart=always
|
|
Environment=USER= HOME=
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|