This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
am
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Systemd file
master
J. David Lee
4 years ago
parent
f71758edae
commit
05e68a8e59
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
systemd/am.service
+ 16
- 0
systemd/am.service
View File
@ -0,0 +1,16 @@
[Unit]
Description
=
am
Requires
=
network.target
[Service]
AmbientCapabilities
=
CAP_NET_BIND_SERVICE
Type
=
simple
User
=
user
WorkingDirectory
=
/home/user/server/
ExecStart
=
/home/user/server/amserver -listen am.example.com:443
Restart
=
always
RestartSec
=
30
TimeoutStopSec
=
60
[Install]
WantedBy
=
default.target
Write
Preview
Loading…
Cancel
Save