Skip to content

Commit

Permalink
Add Arch Linux Install Files
Browse files Browse the repository at this point in the history
  • Loading branch information
zxp19821005 authored Apr 27, 2023
1 parent 7c559cf commit ac7d7e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions confluence-companion-app-for-linux.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
post_install() {
echo ""
echo "confluence-companion has been installed."
echo "To start the Companion app now and at login, run"
echo " $ systemctl --user enable --now confluence-companion-app-for-linux.service"
echo ""
}
10 changes: 10 additions & 0 deletions confluence-companion-app-for-linux.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Confluence Companion App for Linux

[Service]
Environment="DISPLAY=:0"
Environment="XAUTHORITY=%h/.Xauthority"
ExecStart=/usr/bin/companion.py

[Install]
WantedBy=graphical.target

0 comments on commit ac7d7e2

Please sign in to comment.