blob: b771fe4612b1b7d717bcbe0d83996502e7975f62 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Pterodactyl scheduler service
[Service]
User=http
ExecStart=/usr/bin/php /usr/share/webapps/pterodactyl/artisan schedule:run
[Install]
WantedBy=multi-user.target
|