-
-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dmitry Chapyshev
committed
Aug 27, 2023
1 parent
a3fedf4
commit 820abad
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Aspia Host | ||
Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target | ||
After=network-online.target network.service ntp.service | ||
Conflicts=shutdown.target | ||
|
||
[Service] | ||
WorkingDirectory=/usr/bin | ||
#EnvironmentFile=/usr/bin/env.sh | ||
#Environment=SVC=aspia-host | ||
Restart=always | ||
ExecStart=/usr/bin/aspia_host | ||
RestartSec=5000ms | ||
|
||
[Install] | ||
WantedBy=multi-user.target |