Change ebuild layout

Package-Manager: portage-2.2.20
RepoMan-Options: --force
This commit is contained in:
Mario Fetka
2016-01-10 21:22:58 +01:00
parent 9f3c9b2c2a
commit 4498a08f26
9 changed files with 279 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=NoMachine NX Server
Requires=sshd.service
After=sshd.service
[Service]
ExecStart=/usr/NX/bin/nxfaketime '2012-05-19 12:24:45' /usr/NX/bin/nxserver --start
ExecStop=/usr/NX/bin/nxserver --shutdown
Type=oneshot
RemainAfterExit=true
[Install]
WantedBy=multi-user.target