add bililive systemd service
This commit is contained in:
15
bililive.observer/bililive.service
Normal file
15
bililive.observer/bililive.service
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=BiliLive.Obs by frg2089
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
# replace by urself
|
||||||
|
User=$USER
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/opt/obs-bililive/BiliLive.Service.linux-x64 --urls http://10.147.17.*:54321
|
||||||
|
# same here.
|
||||||
|
# just move `BiliLive.*` and `Microsoft.*` to /opt.
|
||||||
|
# what's left are needed in runtime (working directory).
|
||||||
|
WorkingDirectory=$HOME/.config/obs-bililive
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
- Jellyfin 直接拉 Docker
|
- Jellyfin 直接拉 Docker
|
||||||
- 记得重新配 frp(
|
- 记得重新配 frp(
|
||||||
- aria2 直接拉 Docker
|
- aria2 直接拉 Docker
|
||||||
- ~~OBS 直播插件(`frg2089/BiliLive.Observer`)后端,写个用户级 systemd service。~~
|
- OBS 直播插件(`frg2089/BiliLive.Observer`)后端
|
||||||
- 剩下的真想不起来了=。=
|
- 剩下的真想不起来了=。=
|
||||||
- Frameworks 应用中层:框架
|
- Frameworks 应用中层:框架
|
||||||
- Docker 懂的都懂。
|
- Docker 懂的都懂。
|
||||||
|
|||||||
Reference in New Issue
Block a user