Created
November 6, 2021 23:21
-
-
Save BedrockDigger/83a8a4c7d2fded6734bd7fad2a678572 to your computer and use it in GitHub Desktop.
Start Ai-Chan on boot and never let her down!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Start Ai-Chan on boot and never let her down! | |
StartLimitIntervalSec=0 | |
[Service] | |
Type=simple | |
Restart=always | |
WorkingDirectory=/home/misskey/ai | |
ExecStart=/usr/bin/npm start | |
RestartSec=5 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment